Passing Arguments to Functions

PASSING ARGUMENTS

An argument is any piece of data that is passed into a function when the function is called. A parameter is a variable that receives an argument that is passed into a function.