Program to Convert Celsius to Fahrenheit
Convert Celsius to Fahrenheit
Fahrenheit and Celsius are two unit for measure temperature. We have standard formula to Convert Celsius to Fahrenheit using this formula you can change temperature Fahrenheit to Celsius.
Formula :
f = c * 9/5 + 32;
Output :
Enter temp. in Celsius: 36 Temp. in Fahrenheit: 96.000