WARNING: This program has a bug, which means we need to fix it!

RULE: Programs run in order from top to bottom. The program can't run a function that hasn't been created yet!

  • Click Run and read the error message.
  • Debug the program by calling the function AFTER the function is defined.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE