Prepare a program to calculate the Celsius equivalent of a Fahrenheit temperature
Question: Prepare a program that allows you to calculate the Celsius equivalent of a Fahrenheit temperature.
The program must accept the Fahrenheit temperature as input, compute the Celsius equivalent of the temperature, and show the result on screen. Add comments in code section that will be useful in the future.