Programming (Year 12)
Functions
What is the purpose of the 'return' statement in a function?
To stop the program
To send a value back to the caller
To define a function
To create a loop