500
a guessing game in which the computer generates a random number and the player guesses
What is the following algorithm do
Generate a secret random number between 1 and 100
Get a number from the player
Compare the player's guess to the secret number
Compare the numbers. IF the numbers are identical go to step 5 otherwise tell the player the number was too high and return to step 2
Display a message stating the secret number was guessed