Chapter 6: Problem 13
Values that are sent into a function are called _________.
Short Answer
Expert verified
#Short Answer#
The term that refers to the values that are sent into a function is "arguments" or "parameters". These values are used by the function to perform a specific task or computation. For example, in the function f(x) = 2x + 3, x is the argument or parameter of the function.