WARNING: This program has a bug, which means we need to fix it! Here's another function rule!

RULE 2: Function names cannot start with a number. Function names can contain numbers, as long as the number does not start the name.

  • Click Run and read the error message.
  • Debug the program by moving the number to the end of the function name, like this: laps3()

# THIS ACTIVITY IS IN PREVIEW ONLY MODE