Write a program to convert a temperature in degrees Fahrenheit to degrees Celsius.
DATA REQUIREMENTSProblem Inputint fahrenheit // temperature in degrees FahrenheitProblem Outputfloat celsius // temperature in degrees CelsiusFormulacelsius = (5/9) * (fahrenheit – 32)
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.