Search:

Type: Posts; User: minju

Search: Search took 0.10 seconds.

  1. Re: Need Help with a do while loop I'm not sure if right Please Help!!

    Sure.

    boolean run=true;
    do{}
    while(condition&&run);
  2. Re: Need Help with a do while loop I'm not sure if right Please Help!!

    You could make a bool variable and set it as second condition to the do-while loop.
    When you change the bool you stop the loop.
Results 1 to 2 of 2