Question: 1. Write a loop that runs from 0 to 20 and have it print out those values. These are the Celsius values. Run the script

1. Write a loop that runs from 0 to 20 and have it print out those values. These are the Celsius values. Run the script and fix any errors. 2. Add a formula to the loop which converts a Celsius temperature into a Fahrenheit temperature. Make sure the result is an integer. Change the print statement so it prints both temperatures. Run the script and fix any errors. 3. Add a tab or use the format function to the print statement so both temperatures will be aligned in vertical columns. Run the script and fix any errors. 4. Add a print statements before the loop that prints the name of the temperatures and a line of dashes,.- Run the script and fix any errors
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
