1. Tera will think of a random number between 1 and 100, and it is the user's job to guess what number it is! 2. When the user guesses a number, tell them if they are higher or lower than the correct number - or that they guessed it right! Hint: use the light green operators blocks and if statements! 3. Keep asking the user to guess until they get the right number, then stop. Hint: you'll need some sort of Control block here :)