Computer Science for IGCSE & O level - Programming (Section 14 - No. 37)

Which statements are correct about nested statements?
Selection and iteration statements can be nested inside one another.
Nesting makes code less organized.
Nesting is a useful tool.
One type of construct cannot be nested within another

Explanation

Nested statements, allow one control structure to be placed inside another for more complex logic. Nesting, when done properly, increases code organization.

Comments (0)

Advertisement