Search:

Type: Posts; User: GregBrannon

Search: Search took 0.10 seconds.

  1. Re: help with number game using nested for and doWhile loop

    I should have specified. The for loop control variable, x, is the one of concern. Since the for loop will continue as long as x <= fin, you've probably done something in the do/while loop that...
  2. Re: help with number game using nested for and doWhile loop

    Modifying the loop control variable inside the loop is a dangerous game and is surely causing the infinite loop. If using the loop control variable is necessary, copy it to another variable each...
Results 1 to 2 of 2