Search:

Type: Posts; User: Elyril

Search: Search took 0.13 seconds.

  1. Replies
    5
    Views
    1,033

    [SOLVED] Re: Continue statement?

    Thanks for that, but how would I change the word 'time' like in box#3 to 'times' if more than 1?
  2. Replies
    5
    Views
    1,033

    [SOLVED] Re: Continue statement?

    Sorry, thought I changed it back to the original. This is what I had before.


    for(int j = 1; j <= 100; j++) {
    if (allNum[number] == 0) {
    continue;
    }
    if...
  3. Replies
    5
    Views
    1,033

    [SOLVED] Continue statement?

    I read on how to use the continue statement, but I'm failing in how to use it properly, mostly because it's not working. I'm supposed to print out what numbers are showing up and how many times for...
Results 1 to 3 of 3