Question: A Python program to read in the temperatures, as user input, for ten consecutive days in Celsius andstore them into an. The entire array should
A Python program to read in the temperatures, as user input, for ten consecutive days in Celsius andstore them into an. The entire array should then be displayed. Next each temperature in the array should beconvert to Fahrenheitand 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.
Your program should include the pseudo code used for your design in the comments. Document the values you chose for the minimum and maximum allowable lengths in your comments as well.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
