Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.09 seconds.

  1. Replies
    11
    Views
    2,474

    [SOLVED] Re: increase while loop && var

    Can you post the code, in SSCCE form, that does that? It works just fine for me.
  2. Replies
    11
    Views
    2,474

    [SOLVED] Re: increase while loop && var

    public class ForLoopTest {
    public static void main(String[] args) {
    int i;
    for(i = 0; i < 10; i++){
    //do something
    }
    System.out.println(i);
    }
    }
  3. Replies
    11
    Views
    2,474

    [SOLVED] Re: increase while loop && var

    Why.

    Do you love giving incorrect answers? Did you test that at all?
  4. Replies
    11
    Views
    2,474

    [SOLVED] Re: increase while loop && var

    Why not? What happened when you tried?
Results 1 to 4 of 4