•In the above function
call, the number 27 is known as an argument (or
actual parameter). Arguments make it possible for the same function to work on many different
values.
•Syntax Template
–FunctionName ( ArgumentList )
•The argument list is a
way for functions to communicate with each
other. There can be from zero to many arguments in the list.
•
–