Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started