Programming (Year 12)
Functions
What is the function of the 'return' statement in a function?
To end the program
To pass data back to the caller
To print output
To define variables
Next