Do you remember how some of the methods we've used returned values?

If we want a custom method to return something, we need to specify a data type for such a value instead of void.

Sweet! Methods with a so-called return type have to use the return keyword to, well, return a value of that type.

Psst: the static keyword helps us use Triple () without creating a so-called object of the class we put it in. We'll talk some more about that later, okay?

Are you sure that we're trying to return a string?