Question: Design a program that asks the users to enter a series of 10 numbers. The program should store the numbers in a list then display
Design a program that asks the users to enter a series of 10 numbers. The program should store the numbers in a list then display the following data: format the decimal precision of total and average as 2.) The lowest number in the list The highest number in the list The total of the number in the list (by applying for loop) The average of the numbers in the list Use the following numbers to test (Only type in the bold numbers in interactive mode): Input Correct Output Enter number 1 of 10:15 Enter number 2 of 10: 6 Enter number 3 of 10: 9.2 Enter number 4 of 101.55 Highest number 180 Ene number of 10:3.1415 Total: 49.68 Average 497 Enter number of 10 2.33 Lowest number: 1.35 Enter number 5 of 10: 3.14 Enter number 7 of 102.3 Enter number of 10:18 Enter number 10 of 10: 2.718
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
