argument of a function
• the input that a function will operate on. • the argument appears within the parentheses, e.g. ƒ(x) = 2x +3 where x is the argument.
EXAMPLES: