See if the user can guess the letter you're thinking of! 1. Pick a letter that you want the user to guess. 2. Ask the user what letter that they guess! If they guess wrong, tell them they are wrong :( if they guess correct, tell them they are correct! 3. Keep asking the user to guess until they get the right letter, then stop. Hint: you'll need some sort of Control + Stop block here :)