Can anyone write this program in C++ using a do while loop for me?
Write a program that asks the user for a series of integers one at a time. When the user enters the integer 0, the program displays the following information.
1) the number of integers in the series (not including zero)
2) the average of the integers
3) the largest integer in the series
4) the smallest integer in the series
5) the range (difference between largest and smallest integer)
2006-10-28
14:17:26
·
7 answers
·
asked by
jdk7212000
1
in
Computers & Internet
➔ Programming & Design