Question: Write a program in python that will ask the user to enter a Celsius temperature. The program will then convert that number into the equivalent
Write a program in python that will ask the user to enter a Celsius temperature. The program will then convert that number into the equivalent Fahrenheit temperature.
Items to include in the program:
- A main function
- User input of the temperature
- A suitable description of what the user is to enter
- Printing of the results
- A heading used in the printing of the results
- See the example below. Insert blank spaces between the elements of the heading.
- A comment header at the beginning of the program
- Comments throughout the program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
