Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I need help with a python program Develop a function def celsius(f) that converts a temperature from Fahrenheit to Celsius. Here is the formula to

I need help with a python program

Develop a function def celsius(f) that converts a temperature from Fahrenheit to Celsius. Here is the formula to go in the reverse direction F=C*1.8+32.

Write a program using your function that asks the user for a temperature, read as a double, and converts it to Celsius. The program should run until the user enters "exit". If the user enters an invalid temperature, ask again.

When the program exits print "Bye."

Here is an example execution trace.

Fahrenheit to Celsius Converter. Enter "Exit" to quit. Enter Temp in Fahrenheit: -58 In Celsius this is -50.0 Enter Temp in Fahrenheit: -40 In Celsius this is -40.0 Enter Temp in Fahrenheit: -22 In Celsius this is -30.0 Enter Temp in Fahrenheit: -4 In Celsius this is -20.0 Enter Temp in Fahrenheit: 14 In Celsius this is -10.0 Enter Temp in Fahrenheit: 15.8 In Celsius this is -9.0 Enter Temp in Fahrenheit: 32 In Celsius this is 0.0 Enter Temp in Fahrenheit: 194 In Celsius this is 90.0 Enter Temp in Fahrenheit: Bad Input Invalid Input. Please try again. Enter Temp in Fahrenheit: Exit Bye.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Professional IPhone And IPad Database Application Programming

Authors: Patrick Alessi

1st Edition

0470636173, 978-0470636176

Students also viewed these Databases questions