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!
To navigate the page using the TAB key, first press ESC to exit the code editor.