PREVIEW: Today you'll be learning about functions with parameters and creating a program to make party invitations!

  • Click Run to see an example invitation.
  • Look at the function call on line 12. What are the 3 values in parentheses?
  • Look at the function definition on line 3. What value do you think each of the variables is storing?
  • Change "summer" on line 12 to "fall" and Run the program. What changes?

# THIS ACTIVITY IS IN PREVIEW ONLY MODE