Used in methods, the return statement is used
to end execution of a method, returning to where the method
was invoked. For methods that are declared to return
values (all methods other than of type void), a value
of the proper type must follow the keyword return
and precede the semicolon which terminates the statement.