Problem Statement
Write a program that reads two floating-point numbers base and exponent and calculates base raised to the power of exponent using the pow function.
DEMO-C-32 โข Programming in C
Write a program that reads two floating-point numbers base and exponent and calculates base raised to the power of exponent using the pow function.
Two floating-point numbers separated by a space.
The result formatted to 2 decimal places.
Submit runs every public testcase in this browser. Results and code never leave this device.
2.0 3.0
8.00
10.0 0.0
1.00
3.0 3.0
27.00
4.0 0.5
2.00
C, C++, Java, and Python run locally in a browser VM. No worker or visualizer is used.
/workspace/question