Computer Science for IGCSE & O level - Programming (Section 10 - No. 13)

What is a key benefit of using nested selection statements?
It always makes the code shorter.
It enables the implementation of more complex logic.
It usually improves performance.
It is generally less readable.

Explanation

Nesting allows handling complex decision-making.

Comments (0)

Advertisement