Search:

Type: Posts; User: tonynsx

Search: Search took 0.15 seconds.

  1. Replies
    9
    Views
    1,229

    Re: Play again not working !

    Thank you, I've removed the semicolon, and it's looping. I didn't know having a ; would not let it loop.

    --- Update ---

    Now, it's looping and asking if I want to play again, but it' s only...
  2. Replies
    9
    Views
    1,229

    Re: Play again not working !

    Made those changes, now it asks, and accepts (y/n) for answer, but still won't play again if I select 'y'



    /*
    * Design and implement an application that plays the Hi-Lo guessing
    * game with...
  3. Replies
    9
    Views
    1,229

    Re: Play again not working !

    This is the program with modification, and to see what "playAgain" is set to. Still, it won't let me type in a value when it asks PlayAgain.


    /*
    * Design and implement an application that...
  4. Replies
    9
    Views
    1,229

    Re: Play again not working !

    Thank you,

    The problem is, every thing is working as I want, except when it asks "Play again? (y/n)". It asks that question, but it would not let me type in the response (y/n).
  5. Replies
    9
    Views
    1,229

    Play again not working !

    /*
    * Design and implement an application that plays the Hi-Lo guessing
    * game with numbers. The program should pick a random number
    * between 1 and 100, and then repeatedly prompt the
    * user...
Results 1 to 5 of 5