The game will have the computer generate a secret random number in the range of 1 to 100. The user will then have six tries to guess the secret number. After each guess, the algorithm will tell the user if the guess was too high, too low or was correct.
If the user correctly guesses the secret number within six guesses, then the user has won the game. The game will stop looping when the secret number has been correctly guessed. If the user does not guess the secret number within six guesses, then the user has lost the game. Display an appropriate message to the user at the end of the game.
so far i have this. I don't know what to do after this.help me please.