Program to Convert Fahrenheit to Celsius

Fahrenheit and Celsius are two unit for measure temperature. We have standard formula to Convert Fahrenheit to Celsius, using this formula we can change temperature.

Formula :

c = (f - 32) * 5/9;



Output :

Enter temp. in Fahrenheit: 98
Temp. in Celsius: 36.666668