- Game will randomly choose a number from 1 to 100.
- Player will guess a number.
- If your guess is above the chosen number, the game will show a message "Guess Lower".
- If your guess is below the chosen number, the game will show a message "Guess Higher".
- Each time you guess, you are closer to the chosen number.
- When your guess is correct, YOU WIN.
We have used do-while loop for this game.