Exercise: Fahrenheit to Celsius
Write code to solve the problem.
Question
Write a program that converts temperature in degrees Fahrenheit to degrees Celsius using the following formula:
Assume that the temperature in degrees Fahrenheit is given to you in the variable degF, and the converted value is to be stored in the variable degC. Try solving it here:
Exercise: Fahrenheit to Celsius
Write code to solve the problem.
Question
Write a program that converts temperature in degrees Fahrenheit to degrees Celsius using the following formula:
Assume that the temperature in degrees Fahrenheit is given to you in the variable degF, and the converted value is to be stored in the variable degC. Try solving it here: