Question: c++ Write a program with a loop that lets the user enter a non-ordered series of integer numbers, followed by a sentinel(-999) to signal the
c++
Write a program with a loop that lets the user enter a non-ordered series of integer numbers, followed by a sentinel(-999) to signal the end of the series. The program keeps track of the largest and smallest numbers, and it displays them after all the numbers have been entered.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
