User: lgeorge

  • Public profile

User profile: lgeorge

User info
User name:lgeorge
History
Joined:
Number of posts:4
Latest posts:

Help with loop for Averaging
Well take out the "!" In "i !=0" And just put "i=0;"

Help with loop for Averaging
Would that be: If(i !=0; i <= number; i++) { sum= sum+ i; average= sum/i; cout<<"The Aver...

Help with loop for Averaging
So put it before the "Do" right? And then what do I do in order to calculate the average of all the ...

Help with loop for Averaging
I'm having trouble figuring out how to average the numbers 1-N where N is the user's input. All of w...

This user does not accept Private Messages