Now that we have a greet method that takes a parameter and greets an explorer, how can we get it to work?

Excellent! We use the name of the method and an argument within parentheses to get there. That's what we call, well, calling a method.

Psst: if a method has a parameter, we kind of have to pass it a value.