Question: 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
Get step-by-step solutions from verified subject matter experts
