Computer Science for IGCSE & O level - Programming (Section 12 - No. 19)

What is the main advantage of nesting selection statements?
It makes the code shorter.
It improves performance.
It allows you to express complex conditions.
It always makes the code more readable.

Explanation

Nesting gives flexibility to build intricate logical structures.

Comments (0)

Advertisement