Question: Write a program that asks the user how many integers they would like to enter. You can assume that this initial input will be an
Write a program that asks the user how many integers they would like to enter. You can assume that this initial input will be an integer The program will then prompt the user to enter that many integers. After all the numbers have been entered, the program should display the largest and smallest of those numbers no you cannot use lists, or any other material we haven't covered Your code should work correctly no matter what integers the user enters. When you run your program it should match the following format:
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
