WARNING: This program has a syntax error, which means we need to fix it! Empty if statements cannot run!

RULE: If statements must have code indented inside which will run if the test statement is true.

  • Click Run and read the error message.
  • Debug this program so the sprite says "I love strawberry ice cream!" if the user answers strawberry.
  • Use a Say command and change the string to complete the if-statement block.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE