Write a python program to read in the temperatures


Problem: Introduction to Problem Solving and Algorithm Design

The sixth problem involves writing a Python program to read in the temperatures, as user input, 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.

Your program should include the pseudocode used for your design in the comments. Document the values you chose for the thresholds in your comments as well.

The response should include a reference list. Using one-inch margins, Times New Roman 12 pnt font, double-space and APA style of writing and citations.

Solution Preview :

Prepared by a verified Expert
Python Programming: Write a python program to read in the temperatures
Reference No:- TGS03123451

Now Priced at $25 (50% Discount)

Recommended (99%)

Rated (4.3/5)