Question: ( While - loop controlled by a sentinel value ) Write a c++ program that reads an unspecified number of integers. Your program ends with
( While - loop controlled by a sentinel value ) Write a c++ program that reads an unspecified number of integers. Your program ends with the input 0. Determine and display how many positive and negative values have been read, the maximum and minimum values, and the total and average of the input values (not counting the final 0)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
