Nested loop
Appearance
a loop may contain another loop in its body.this forms of a loop is called nested loop. but in a nested loop,the inner loop must terminate before the outer loop.
a loop may contain another loop in its body.this forms of a loop is called nested loop. but in a nested loop,the inner loop must terminate before the outer loop.