What is the purpose of parameters in a function declaration?
They control the visibility of variables within the function.
They determine the order in which the statements of the function are executed.
They specify the variables that the function expects to receive when it is called.
They define the values that will be returned by the function.