A simple Java program where the user has to guess a randomly generated number within a specified range.
- Clone this repository.
- Compile and run
Main.java
. - Follow the prompts to guess the number.
- You have a limited number of attempts.
- Enjoy the game!
- Generates a random number within a specified range.
- Provides feedback on whether the guess is correct, too high, or too low.
- Limits the number of attempts the user has.
- Allows for multiple rounds of play.