Methods
method-name ( parameter-list )
The parameter-list is a comma-separated list of declarations.
The scope of a parameter is the part of the program where that name is meaningful.
The scope of a parameter begins at its declaration and extends to the end of the method.
The parameters of a method are used as simple names, i.e., parameter p of method m is accessed within m by just writing p.