Programming (12th Grade)
Functions
What is the purpose of the 'return' statement in a function?
To end the function
To pass data back to the caller
To declare a variable
To create a loop