Programming (11th Grade)
Functions
What does the 'return' statement do in a function?
Ends the function
Returns a value to the caller
Prints a value
None of the above