ravya1108 / hactoberfest2023

20 stars 257 forks source link

Created simpleGuessingGame.cpp #155

Open Vanshika-Govindani opened 11 months ago

Vanshika-Govindani commented 11 months ago

It generates a random number between 1 and 100, allows the player to input guesses, and provides feedback on whether the guess is too high or too low. The game continues until the player guesses the correct number.