Answered step by step
Verified Expert Solution
Link Copied!

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
Python code...
image text in transcribed
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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Databases Demystified

Authors: Andrew Oppel

1st Edition

0072253649, 9780072253641

More Books

Students also viewed these Databases questions