Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Python - Create a program that can store a number of values. You need to read the numbers, compute their average, and then find out
Python - Create a program that can store a number of values. You need to read the numbers, compute their average, and then find out how many of the numbers are above the average. You can use a list to store the numbers.
You will ask the user to enter the number of values to enter. For example, if the user enter 5 values and then enters the values one at a time (e.g. 2, 2, 3, 4, 4). In this case, the program will show the output of an average of 3 and there are 2 values greater than the average.
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