Search:

Type: Posts; User: GregBrannon

Search: Search took 0.11 seconds.

  1. Replies
    6
    Views
    1,031

    Re: Why isn't this grade averaging working?

    Response to EDIT2:

    This is an interesting logic error:

    counter = 0;
    Loop:
    counter = counter++;
    endLoop.

    Have you figured it out yet? What's another (one of several) ways to say the same...
  2. Replies
    6
    Views
    1,031

    Re: Why isn't this grade averaging working?

    So it's not that nothing shows in the console, it's that the while loop doesn't appear to end as you'd planned. Why would that be? Well, because 'counter' never gets to be 10 or greater. Why don't...
  3. Replies
    6
    Views
    1,031

    Re: Why isn't this grade averaging working?

    It's waiting for you to make an input. Have you tried typing numbers in the console view and hitting return?
Results 1 to 3 of 3