CyberSlug Rules!

Beginner Programming CMPS060

Prof. Paulo Franca

Home

Syllabus

Login

Objects

Download

Staff only

arguments

can be used to add versatility to the function

  • when you call the function, use the argument inside parentheses
  • ex. jumpjack(Sally);

How do you do it?

some rules about arguments and parameters

original versus copies

default values