STEP 15: Finally, let's test if the user guessed the word correctly!

  • Go to and drag out If.
  • Change the test variable to guess and the test value to word.
  • Drag out Say and drop it inside the if statement. Change the string to "You guessed my word!".
  • Go to and drag out Break. Drop it inside the if statement.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE