Nested Statement
Summary: A control structure placed inside another control structure of the same type. For example, an IF statement inside another IF statement, or a FOR loop inside another FOR loop. Tags: concepts computer-science igcse-computer-science programming Created: 2026-05-08T14:03:00Z Last Updated: 2026-05-08T14:03:00Z
Content
A control structure placed inside another control structure of the same type. For example, an IF statement inside another IF statement, or a FOR loop inside another FOR loop.