Answer: B) Parameter
Step-by-step explanation:
A parameter is declare in the method of parameter variable scope. It refers to the list of special variable in the method declaration and we can use any type of data type for parameters in this method.
On the other hand, modifiers use static header method that is available outside the class.
Argument pass actual values when the method is invoke and we can use construct to pass the arbitrary number in method.
Therefore, option (B) is correct.