Computer Science for IGCSE & O level - Programming (Section 15 - No. 3)
In the context of the provided examples, what does the keyword 'RETURN' typically do in a function?
It starts a new loop.
It defines the function's name.
It specifies the function's parameters.
It specifies the value to be returned by the function.
Explanation
The text explicitly states that RETURN is used to specify the value the function returns.
Comments (0)
