Question: Write a python program that creates a list of numbers. A variable (or constant) will determine how many numbers will be added to the list.

Write a python program that creates a list of numbers. A variable (or constant) will determine how many numbers will be added to the list.

Once the numbers entered by the user are added to the list, the following calculations will be made:

  • The lowest number in the list
  • The highest number in the list
  • The sum of the numbers
  • The average of the numbers

Items to include in the program:

  • A main function
  • Variable (constant) for the maximum number of user entries
  • User input of the numbers to be added to the list
    • A suitable description of what the user is to enter
  • Printing of the results
    • A suitable description of what the calculated numbers represent

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!