Programming (Year 12)
Functions
What is the use of the 'return' statement in a function?
To exit a loop
To stop the program
To return a value from a function
To define a function