PREVIEW: Today you'll be learning about functions with parameters to create customizable party invitations!

  • Click Run to see an example invitation.
  • Look at the function calls (lines 16, 18, 20). What are the 3 values in parentheses?
  • Look at the function definition (line 8). What value do you think each of the variables is storing?
  • Change "summer" on line 16 to "fall" and Run the program. What changes?

# THIS ACTIVITY IS IN PREVIEW ONLY MODE