A “parameter” is a variable declared in the function or method definition that represents a value that the function expects to receive when it is called. It acts as a placeholder or a formal specification for the input values that the function will operate on. Parameters define the input interface of a function and determine the type and number of values that can be passed into the function.