Temperature Converter
Write a program to convert temperature values from Celsius to Farenheit according to the equation:
F = \left( \frac{9}{5} \right) C + 32
The program should ask the user to input the temperature in Celsius, and then print out a sentence giving the temperature in Fahrenheit, like this:
enter the temperature in Celsius: 22.0 22.0 degrees Celsius is 71.6 degrees Fahrenheit