Question: Write a python program that gets the 7 day high temperatures from the previous week. The program should get the values from a user and
Write a python program that gets the 7 day high temperatures from the previous week. The program should get the values from a user and call a method to print the highest temperature, lowest temperature, and average temperature.
NOTE: Your output format must match the format exactly as shown below.
Highest temperature: value Lowest temperature: value Average temperature: value
Sample input 71 69 71 71 60 60 60
Sample output Highest temperature: 71 Lowest temperature: 60 Average temperature: 66
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
