Answered step by step
Verified Expert Solution
Question
1 Approved Answer
7. A user inputs a positive integer, n. Write a program that would take 'n' number of further inputs from the user. After taking the
7. A user inputs a positive integer, n. Write a program that would take 'n' number of further inputs from the user. After taking the inputs, write a program that would display the maximum and minimum of the inputs. Sample Input: Enter total numbers that you would like to input: 4 Enter a number: 1 Enter a number: 2 Enter a number:-13 Enter a number: 0 Sample Output: Maximum: 2 Minimum: -13
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