Question: Problem 9 print(Problem 9) Using a for loop, print a table of values of Fahrenheit to Celsius in increments of 5. Ask the user for
Problem 9
print("Problem 9")
Using a for loop, print a table of values of Fahrenheit to Celsius in increments of 5.
Ask the user for a starting Fahrenheit degree and an ending Fahrenheit degree.
For example, if the user 0 and 25, your chart would look like this.
| Fahrenheit | Celsius |
| 0 | -17.7778 |
| 5 | -15 |
| 10 | -12.2222 |
| 15 | -9.44444 |
| 20 | -6.66667 |
| 25 | -3.88889 |
| Source Code (Copy/Paste) | |
| Terminal Output (Screenshot) |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
