Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Please use python and check in both test cases before u submit it to me thanks image text in transcribed
image text in transcribed
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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions