In some cases, we may allow methods/functions to have optional parameters. We will step through an example of such a case.
Note: Generally we will assume that the passed param count will match the specified (listed) param count (in the given method header). The optional params are for special cases.