Question: Please use python and check in both test cases before u submit it to me thanks Open IDi Write a program to ask the user
Open IDi Write a program to ask the user as to how many numbers they want to enter your program should collect that many numbers from the user and find the smallest and Average of those numbers. For example, if the user says, he/she wants to enter 6 numbers, you should collect 6 numbers. You can accomplish this by looping 6 times, collecting one number each time you are in the loop. Hintl: You can use the while loop to write this program Hint2: Study the program which calculates the largest of the 10 numbers. Mimir Requirements: The file name must be Module4Homework5.py Here are the test cases: Test Casel: How many numbers do you want to enter?: 5 Please enter your number: 34 Please enter your number: 23 Please enter your number: 67 Please enter your number: 1 Please enter your number: 56 9
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
