Search:

Type: Posts; User: kevinsauerzxc

Search: Search took 0.11 seconds.

  1. Replies
    3
    Views
    919

    Re: Please help me how to fix the loop

    Thank you for your help! I figured out the error. It was because I assigned a boolean variable outside of the do loop, so the true and false statement didn't work for the 2nd try. Now that I assigned...
  2. Replies
    3
    Views
    919

    Please help me how to fix the loop

    My codes are below, I'm trying to program a guessing game. The computer will generate a random number for each game, and the user will guess what number it is for infinite number of tries. The game...
Results 1 to 2 of 2