Question: Write a program that does the following: 1. Prompts the user to choose converting temperature from C to F, or F to C. 2. Prompts
Write a program that does the following:
1. Prompts the user to choose converting temperature from C to F, or F to C.
2. Prompts the user for a temperature to convert.
3. Calculates the conversion based on the formula C= (F-32)/1.8
4. Displays a message, the converted temperature, and the degree symbol.
Completely new to programming, thank you in advance for your help
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
