Search:

Type: Posts; User: maximus20895

Search: Search took 0.11 seconds.

  1. Re: Something wrong with computing the average

    Haha, sorry.

    It does the same thing as the first which is when it calculates the average it adds the zero with it. So the average goes way down. I just want it to calculate any - or + numbers and...
  2. Re: Something wrong with computing the average

    Still doesn't work :(

    I switch the do{ with while (number != 0){ and deleted the while in the do :(

    Stupid zero.
  3. Something wrong with computing the average

    I have to compute the average in this program, but the average cannot consists of zero which ends the program. For example if I enter 1, 2, 3, -1, then 0 to exit, the average will be the sum (5) over...
Results 1 to 3 of 3