Activity: Debugging 3

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

RULE: A function will not run until it is called in the program.

  • Click Run and watch the stage to see what's wrong.
  • Nothing happens because there is no Function Call!
  • Debug the program by typing the function's name, moon(), in the bottom of the program.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE
Support