Question: I need to make a Python program that reads in the temperatures for ten consecutive days in Celsius and store them into an array. The
I need to make a Python program that reads in the temperatures for ten consecutive days in Celsius and store them into an array. The entire array should then be displayed. Next each temperature in the array should be converted to Fahrenheit and the entire array should be again be displayed. The formula for converting Celsius to Fahrenheit is F = (C
1.8) + 32. Finally, the number of cool, warm and hot days should be counted and the number of each type of days should be displayed. You should decide on the thresholds for determining whether a day is cool, warm or hot..
Thanks again!
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
