Answered step by step
Verified Expert Solution
Question
1 Approved Answer
*****python help****** Write a program to ask the user as to how many numbers they want to enter. your program should collect that many numbers
*****python help******
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. Hint1: You can use the while loop to write this program Hint2: Study the program which calculates the largest of the 10 numbers.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started