Question
NCRE Level 2 programming application task 8: Which statement best describes functions and parameters?
Select an option. Your answer will be checked instantly.
Correct Answer: B. A function packages reusable behaviour and parameters supply inputs to that behaviour
Explanation:
Functions support abstraction and reuse, while parameters pass values into a call.
Leave a Reply