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