Ch. 6.4: Sending Data into a Function Flashcards
1
Q
What is an argument/actual parameter?
A
Values sent into a function are called arguments.
2
Q
What is a parameter/formal parameter/formal argument?
A
By using parameter, you can design your own functions that accept data this way. A parameter is a special variable that holds a value being passed into a function.