tomriddle77 / Hacktober22

Hacktoberfest22 project and codes. This repo is about hacktoberfest 2022 and if you wanna make your first PR to be accepted then please contribute here.
MIT License
68 stars 167 forks source link

Guessing Game #201

Closed vruti1121 closed 1 year ago

vruti1121 commented 1 year ago

This program generates a random number and you will have to guess the number. If you enter the value greater than the generated number, the program prompts the message saying the value is large and if your entered value is smaller than the number generated then the program prompts the message saying that the value is smaller than the actual value. And if you enter the correct value, it prompts the message saying that the entered value is correct.