Problem Statement
Write a program that reads an angle in radians and prints its sine using sin.
DEMO-C-32 โข Programming in C
Write a program that reads an angle in radians and prints its sine using sin.
A single floating-point number (radians).
The sine value formatted to 2 decimal places.
Submit runs every public testcase in this browser. Results and code never leave this device.
0.0
0.00
3.14
0.00
6.28
-0.00
0.78
0.70
C, C++, Java, and Python run locally in a browser VM. No worker or visualizer is used.
/workspace/question