Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.10 seconds.

  1. Re: a problem with a code... (for loop and an "if" nested..)

    What have you tried? What about my explanation did you not understand?
  2. Re: a problem with a code... (for loop and an "if" nested..)

    Set a boolean to false before the loop. Set the boolean to true inside the loop. After the loop, only do the printing if the boolean is true.

    You also might want to check out the String API. A lot...
Results 1 to 2 of 2