AP Computer Science A
The return keyword is used in functions/methods to send back a value to the caller. It terminates the execution of a function and passes control back to where it was called from.
congrats on reading the definition of return. now let's actually learn it.