Exercise: Fahrenheit to Celsius
Write code to solve the problem.
We'll cover the following...
We'll cover the following...
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: