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