==
The program allows the user to enter a real number: 'F' using the keyboard (STDIN). This real number is
the value of the temperature in degrees F.The program prints the value of degrees C after conversion with 2 decimal places.
Knowing that, C = (F-32) *5/9.
Below is an example of how the program will run:
2 of 2
Paper No: 4
98.5
OUTPUT:
36.94 Press any key to continue
Question 2:
Zoom
+ 100%
Close