Those that return values specify the type of value returned; those that do not
have void.
For those that return values, the call is in a context appropriate for the type of
value returned. For those that return no value, the call is alone in a statement.
Argument: an expression whose value is passed to a method
Parameter: a variable in a method header assigned the value of an argument
The entire method
1: a b
2: a b c
3: a b c d
4: a b c d e
5: a b c
6: a b c f
7: a b c g