Search:

Type: Posts; User: copeg

Search: Search took 0.17 seconds.

  1. Replies
    4
    Views
    2,226

    [SOLVED] Re: While Loop Help (beginner)

    I would presume you want to initialize count to the initial number, then increment by increment

    count = startNumber;
    ....
    count += increment;
    ....
  2. Replies
    4
    Views
    2,226

    [SOLVED] Re: While Loop Help (beginner)

    What sort of help? Does the code compile? Does it behave correctly?
Results 1 to 2 of 2