Write a program that converts degrees from Fahrenheit to Celsius, using the formula
DegreesC = 5(DegreesF-32)/9
Prompt the user to enter a temperature in degrees Fahrenheit as a whole number without a fractional part. Then have the program display the equivalent Celsius temperature, including the fractional part to at least one decimal point. A possible dialogue with the user might be
Enter a temperature in degrees Fahrenheit: 7272 degrees Fahrenheit is 22.2 degrees Celsius.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.