Let’s make a game! Tara will think of a number between 1 and 100, and you have to guess what it is. If your number is too high or too low, Tara will tell you so. You win when you guess the right number! When the green flag is clicked, have Tara ask you to guess what her number is. If you guess correctly, the game should celebrate that you won! If you guess incorrectly, the game should tell you "Too low" or "Too high" and ask you to continue guessing until you guess correctly. Challenge #1: Once the user guesses correctly, also report the number of guesses it took to get the correct number! Challenge #2: For extra practice, make another version of this game where the user has to guess a letter instead of a number.