Sometimes it makes sense to return the result of a method.

Great job! Whenever we want to return something, for example a result of a calculation, we need to use the return value's type instead of void.

Not quite! That would only print the result. However, if we return the result we can be flexible and use it in other ways as well.