Question: Due Date: 4 March Reading: Think CS: Chapter 2 & Lab 4 Write a program that asks for the temperature in degrees Celsius (C) and
Due Date: 4 MarchReading: Think CS: Chapter 2 & Lab 4
Write a program that asks for the temperature in degrees Celsius (C) and outputs the temperature in degrees Fahrenheit (F) where F = (C*9/5)+32.
A sample run of your program should look like:
Please enter the temperature in degrees Celsius: 15 The temperature is 59.0 degrees Fahrenheit
Hint Don't forget to convert the input into a numeral for calculation. Use python idle
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
