Question: Using the LOOP construct, write a program that will accept n number of DWORD numbers entered from the keyboard. When the loop exits output the

Using the LOOP construct, write a program that will accept n number of DWORD numbers entered from the keyboard. When the loop exits output the largest and smallest value entered. The first value input should be a DWORD, which determines the number of values that should be entered:
Example:
How many numbers do you want to enter?
4
5
2
1
3
The largest number entered is 5 the smallest is 1
Make sure your output matches the above.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!