169k views
0 votes
A variable used to send information to a function is called a _______________.

constant
parameter
call
main

User MLowijs
by
8.0k points

1 Answer

3 votes

Answer:

Parameter

Step-by-step explanation:

The correct answer is "parameter". Parameters are used to pass values or data to a function. They are defined in the function's parentheses after the function

User Echeg
by
7.4k points