PDA

View Full Version : C++ simple looping HW question?


jkim972
03-24-2007, 11:45 PM
if series of numbers are entered by the user(don't know how many), How do I use a loop to figure out the average,largest,and smalles number?

I know how to do it with if and else, but I have no idea how to do it without knowing how many numbers user enters.

Thanks ahead of time for any help.