Question: Instructions temperature conversion write a program that displays a table of Fahrenheit / Celsius temperatures, based on the user input of a temperature range (
Instructions
temperature conversion
write a program that displays a table of FahrenheitCelsius temperatures, based on the user input of a temperature range beginning and ending temperature with the output FahrenheitCelsius equivalent. The formula for converting is:
to convert Celsius to Fahrenheit F C
to convert Fahrenheit to Celsisu C F
where F is the Fahrenheit temperature, and C is the Celsius temperature.
the program must include the following:
utilize an outside loop to keep the program running until told to stop by the user
ask is input Celsius or Fahrenheit
an inside loop to calculate and display the table
the temperature range input should allow for negative temperatures
the output table should look something like the example below
Celsius Fahrenheit
refer to python program grading rubric for coding requirements
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
