Exam-style question
Try this first
Which description correctly identifies nested selection?.
- A.A selection structure placed inside another selection structure
- B.A loop that always executes exactly twice
- C.A sequence of assignments with no conditions
- D.A subroutine that cannot contain any other statement
Model answer
What a good answer should say
- A selection structure placed inside another selection structure
Explanation
Why this works
Nested selection means that one selection, such as an if statement, is contained within another selection structure.
Common mistake
No common mistake is linked to this question yet.
