Question: write a program that will let the user enter a series of integers. The user will enter -99 to signal the end of the series.
write a program that will let the user enter a series of integers. The user will enter -99 to signal the end of the series. After all the numbers have been entered the program should display the largest element and the smallest element in the series. Assume the user must enter at least 2 numbers and then the flag, -99 to end the list. C++ language make sure do not use arr[] please
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
