Methods can take more multiple parameters, of course. Let's modify the greet method to allow us to change the actual greeting.

See that? We separate parameters (and arguments) with a comma. While we can use as many of them as we want, it's a good idea to keep them to a minimum.

Didn't we want to add multiple parameters?