When we want a method to return a boolean value, there's a convention for that.

That's right! When we define a method to end with a question mark, it's clear that the method will return true or false in response to the kind-of question.

Doesn't that look a lot like a regular method?