Search:

Type: Posts; User: Norm

Search: Search took 0.46 seconds.

  1. Replies
    5
    Views
    1,032

    [SOLVED] Re: Continue statement?

    print the String up to the end of "...time"
    then test the number and print one of the following to end the line:
    if == 1 print "."
    if > 1 print "s."
  2. Replies
    5
    Views
    1,032

    [SOLVED] Re: Continue statement?

    Check the use of array indexes: j vs number
  3. Replies
    5
    Views
    1,032

    [SOLVED] Re: Continue statement?

    The continue is used to skip the execution of the rest of the code inside of a loop.
    Putting the continue at the end of a loop won't skip any code.
Results 1 to 3 of 3