STEP 7: Let's add another if statement to check whether the user answered "moon".

  • In , drag out another if and drop it at the bottom of your program.
  • Change the test value to "moon".
  • Drag out a Say command and drop it INSIDE the new if statement.
  • Change the string in .say() to "I can't believe I'm on the moon!"

# THIS ACTIVITY IS IN PREVIEW ONLY MODE