Question: 30 pts] Write a program that will ask the user to provide numbers as input and then find the minimum and the maximum values of
30 pts] Write a program that will ask the user to provide numbers as input and then find the minimum and the maximum values of the provided numbers In writing your program, start by asking the user how many numbers they would ike to provide in all. Using that value, your program should When the user has provided all the numbers, your program should report the minimum and maximum of all the values entered by the user request the user to enter one value at a time. Save & Run 1 a -int (input ("how many numbers would you like to provided?")) for i in range (a): 4b float (input("Enter a number >
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
