بيان المشكلة
Write a program that calculates the cube root of a number using pow(x, 1.0/3.0).
DEMO-C-32 • Programming in C
Write a program that calculates the cube root of a number using pow(x, 1.0/3.0).
A single floating-point number.
The cube root formatted to 2 decimal places.
Submit runs every public testcase in this browser. Results and code never leave this device.
8.0
2.00
1.0
1.00
1000.0
10.00
125.0
5.00
C, C++, Java, and Python run locally in a browser VM. No worker or visualizer is used.
/workspace/question