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

RULE: Function parameters have two parts: a parameter name (age) and an argument (my_dog). When the parameter argument is a variable, we need to be careful to use the correct variable name.

  • Click Run and read the error message.
  • Debug the program so that the correct variable is passed to the function and my_dog_age is calculated!

# THIS ACTIVITY IS IN PREVIEW ONLY MODE