Question: PYTHON PROGRAMMING ONLY PLEASE For this assignment, you will create a program the converts a temperature of Celsius into a Fahrenheit value or converts a
PYTHON PROGRAMMING ONLY PLEASE
For this assignment, you will create a program the converts a temperature of Celsius into a Fahrenheit value or converts a Fahrenheit temperature to a Celsius value. The requirements are:
1. Prompt the user for a temperature value. The input value can be a floating-point number and must end with C or F.
2. Based on the value entered, convert the number to other temperature scale. For your reference, here are the formulas for converting the temperatures (so you do not have to hunt for them):
Celsius = (Fahrenheit 32) x (5/9)
Fahrenheit = (Celsius x (9/5)) + 32
3. Print the computed value followed by a C or F as needed.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
