Computer Science for IGCSE & O level - Programming (Section 15 - No. 33)
What is the consequence of using nested selection statements?
It always makes the code less readable.
It simplifies the code.
It lets you implement complex conditional logic.
It always makes the program slower.
Explanation
Nested selection statements enable complex decision-making processes within a program.
Comments (0)
