Question: I need help ASAP Python code... Programming Test Write a program that takes in temperatures for 10 days and stores it in an array. Find
Programming Test Write a program that takes in temperatures for 10 days and stores it in an array. Find the average temperature for those 10 days, and then print the number of days and the temperatures that were above average BONUS write a method that passes a temperature as a parameter and states if the temperature is (hot fabove 80) or cold [below Toj Use temperatures: 97,87, 85, 76, 83, 104, 78, 76, 90, 85 Label days as day1, day... day10 Do not hard code values Expected output The average temperature was 86.1 The days that were above average were Day 1 with 97 Day 2 with 87 Day 6 with 104 Day 9 with 90
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
