Computer Science for IGCSE & O level - Programming (Section 3 - No. 21)
What is the primary advantage of using nested loops in programming?
To make code more concise.
To repeat a set of instructions multiple times for different levels of iteration.
To simplify the program's structure.
To avoid using variables.
Explanation
Nested loops allow for iterating over multiple dimensions of data or performing actions based on several layers of conditions.
Comments (0)
