Computer Science, asked by JESLYN, 10 months ago

What do you understand by nested loop?Illustrate your answer with a simple example.

Answers

Answered by bhuvaneshwarinathan
1

Explanation:

The placing of one loop inside the body of another loop is called nesting. When you "nest" two loops, the outer loop takes control of the number of complete repetitions of the inner loop. While all types of loops may be nested, the most commonly nested loops are for loops.

Answered by Anonymous
4

Answer:

The placing of one loop inside the body of another loop is called nesting. When you "nest" two loops, the outer loop takes control of the number of complete repetitions of the inner loop. While all types of loops may be nested, the most commonly nested loops are for loops.

Explanation:

Similar questions