Answer :
The three primary kinds of parameters are Input parameters, Output parameters, and Input/Output parameters.
One of the bits of data supplied as input to a function is referred to by a parameter, a special sort of variable. These bits of information represent the values of the arguments that will be used to call or invoke the function. Functions may have one or more parameters or none at all.
A function is typically defined with an ordered list of parameters so that each time it is called, the arguments are evaluated for that call and the results can be assigned to the associated parameters.
To learn more about parameters here:
https://brainly.com/question/14618066
#SPJ4