Computer Science for IGCSE & O level - Programming (Section 15 - No. 11)

Which statement is correct about nested loops and nested selection statements?
Nesting is not allowed for any selection statement.
Only selection statements can be nested.
Both selection and iteration statements can be nested.
Only loops can be nested.

Explanation

Both selection statements and iteration statements can be nested within each other to create complex control flow structures.

Comments (0)

Advertisement