Question: Specification: Write the following script in Python3 Use comments to explain your codes. This program must prompt the user for a temperature in Fahrenheit, convert

Specification:

Write the following script in Python3

Use comments to explain your codes.

This program must prompt the user for a temperature in Fahrenheit, convert that temperature to Celsius and print the Celsius temperature.

The Celsius temperature must be an integer.

Then the program must print a blank line.

The program must now prompt the user for a temperature in Celsius, convert that number to Fahrenheit and print the Fahrenheit temperature.

The Fahrenheit temperature must be an integer

Testing:

Your output should look something like this:

Please enter the temperature in Fahrenheit: 40 You entered 40 degrees Fahrenheit 40 degrees Fahrenheit is 4 degrees Celsius Please enter the temperature in Celsius: 4 You entered 4 degrees Celsius 4 degrees Celsius is 39 degrees Fahrenheit

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 Databases Questions!