Programming (Year 12)
Functions
What does the keyword 'return' do in a function?
Exits the function
Returns a value to the caller
Creates a variable
Defines the function
Next