Using a repeat until loop, ask the user to pick two numbers that add up to what the parrot is thinking until the user chooses two valid numbers. 1. Ask the user for the first number and save it as a variable. 2. Ask the user for the second number and save it as a variable. 3. Use operator blocks to add up the two variables and check if it equals the parrot’s sum, and stop the loop if the two numbers equal the sum. 4. Have the horse say “Good job!” after the loop ends.