You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a simple Number Guessing Game written in Java. The program generates a random number, and the player has to guess it within a certain number of attempts. The game provides feedback on whether the guessed number is too high, too low, or correct.
Features
Random number generation within a specified range.
Player can make multiple guesses.
Feedback provided on each guess (too high, too low, correct).