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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly