EXTEND: Now it's time to extend your program!

  1. Try adding a fourth parameter variable to your function definition line: for example, food.
  2. Add text that uses the new parameter: for example, "Please bring your favorite " + food + " dish."
  3. Add an argument (value) to the function call: for example, "pasta".
  4. When you're finished, click Submit and Next to continue.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE