Converting celsius into fahrenheit a program that converts degrees from Celsius using the formula DegreesF = 9(DegreesC)/5 + 32
Prompt the user to enter a temperature in degrees Celsius as a whole number without a fractional part. Then have the program display the equivalent Fahrenheit temperature, including the fractional part to at least one decimal place. A possible dialogue with the user might be example: Enter a temperature in degrees Celsius: 72 72 degrees Celsius is 161.6 degrees Fahrenheit