Question: Points 2 0 | Two common units to report temperature are degrees Celsius and degrees Fahrenheit. The formula to convert from Fahrenheit to Celsius is:
Points Two common units to report temperature are degrees Celsius and degrees Fahrenheit. The formula to convert from Fahrenheit to Celsius is:
Write a code that asks the user to input temperature in Fahrenheit. The code will print the corresponding value in Celsius.
For example, running the code will generate this script:
Enter the temperature in degrees Fahrenheit:
After the uses inputs this value, the output will be:
The corresponding temperature in degrees Celsius
Now, continue the code that will ask the user to input temperature in Celsius. The code will then provide corresponding value of temperature in Fahrenheit.
Your file should be named 'HomeworkProblemm
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
