Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 962 Bytes

README.md

File metadata and controls

17 lines (16 loc) · 962 Bytes

Number Guessing Game

Task-1: Number Guessing Game



Language: Core Java
IDE: Visual Studio Code
My task is to create a Number Guessing Game with the help of Java. The game will randomly generate a number between 1 and 100. The user will be given 10 tries to guess the number correctly. If they guess the number correctly, they will win the game. Otherwise, they will lose.

Snapshot:

1 2 3 4 5