You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This program is a number guessing game where the computer chooses a random number between 1 and 100, and the user has to guess it. The user keeps guessing while the computer provides feedback on whether the guess is too high, too low, or correct. The game continues until the correct answer is guessed.