scoresvideos

๐Ÿ’ปap computer science a review

key term - Return Statement

Citation:

Definition

A return statement is used in functions/methods to specify what value should be sent back as output when the function is called. It terminates the execution of a function and returns control back to where it was called from.

"Return Statement" also found in: