Problem Statement
Write a program that reads an angle in radians and prints its tangent using tan.
DEMO-C-32 โข Programming in C
Write a program that reads an angle in radians and prints its tangent using tan.
A single floating-point number (radians).
The tangent 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
1.0
1.56
6.0
-0.29
C, C++, Java, and Python run locally in a browser VM. No worker or visualizer is used.
/workspace/question