Random Number Guessing Game
Welcome to the Random Number Guessing Game! This Java program, rsguessgame.java, allows you to guess a randomly generated number. If your guess is lower than the generated number, it will display "Lower". If your guess is higher, it will display "Higher". Let's see if you can guess the correct number!
How to Play
- Run the rsguessgame.java program.
- The program will generate a random number.
- Enter your guess when prompted.
- The program will inform you if your guess is lower or higher than the generated number.
- Continue guessing until you guess the correct number or choose to quit.
- If you want to play again, the program will generate a new random number.
- If you choose to quit, the program will display the statistics for that session.