Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
I need help ASAP
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 Python code...
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started