Question: Design a program that generates at random a series of 20 numbers in the range of 1 through 100. The program should store the

Design a program that generates at random a series of 20 numbers 

Design a program that generates at random a series of 20 numbers in the range of 1 through 100. The program should store the numbers in a list and then display the following data: The lowest number in the list The highest number in the list The total of the numbers in the list

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

Heres a Python program that generates a series of 20 random numbers in the range of 1 through ... View full answer

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 Programming Questions!