Question: Write a program called fToC _ v 2 . py that improves the fToC.py program in Homework 0 4 by adding the following features: Your

Write a program called fToC_v2.py that improves the fToC.py program in Homework 04 by adding the following features:
Your program should keep taking a Fahrenheit temperature and converting it to Celsius until the user enters "Done".
If the user enters an invalid temperature, i.e. less than -459.67, your program should report that it's invalid and ask for another input.
The equation for converting F to C is:
You should use functions to organize your code - You could just have one main() function.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!