Write a program that will convert the temperature from degrees in Celsius to degrees in Fahrenheit. The
user input is the temperature in Celsius. The relationship is as follows:
f =9c/5+ 32
where c is the temperature in Celsius and f is the temperature in Fahrenheit. Check your program with
the input values 38.5 and 40 Celsius.
30
Input temperature in Celsius:
30
Temperature in Fahrenheit = 86.000000
30
Input temperature in Celsius:
30
Temperature in Fahrenheit = 86.000000