NUMBER GUESSING GAME(TASK 2 )LEVEL 1 OASIS INFOBYTE

Опубликовано: 13 Июнь 2026
на канале: print code
285
6

NUMBER GUESSING GAME OASIS INFOBYTE
The fun and easy project “Guess the Number” is a short Java project that allows the user to guess the number generated by the computer & involves the following steps:

The system generates a random number from a given range, say 1 to 100.

The user is prompted to enter their given number in a displayed dialogue box.

The computer then tells if the entered number matches the guesses number or it is higher/lower than the generated number.

The game continues under the user guessing the number.

You can also incorporate further details as:

Limiting the number of attempts.

Adding more rounds.

Displaying score.

Giving points based on the number of attempts.
#oasis #javadevelopment #intern2023 #java #NUMBER GUESSING GAME
#printcode #java #internship #freeinternships
Github: https://github.com/imranansari9836/NU...