C-18-Q007mediumsingle_mcq
Nested loops are most useful when a programme needs to:
Nested loops are most useful when a programme needs to:
- aRepeat one task in a flat manner
- bRepeat a task that itself contains a repeated sub-task
- cAvoid all repetition
- dReplace conditional statements