Problem Statement
Read an angle in degrees, convert it to radians, and print its sine.
Formula: rad = deg * (PI / 180.0).
DEMO-C-32 โข Programming in C
Read an angle in degrees, convert it to radians, and print its sine.
Formula: rad = deg * (PI / 180.0).
A single floating-point number (degrees).
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
180.0
0.00
360.0
-0.00
30.0
0.50
C, C++, Java, and Python run locally in a browser VM. No worker or visualizer is used.
/workspace/question