Computer Science, asked by siddarth1784, 4 months ago

A loop within another loop is called nested if loop true​

Answers

Answered by Anonymous
3

Answer:

A loop within another loop is called nested loop. ... As you can see, the outer loop encloses the inner loop. The inner loop is a part of the outer loop and must start and finish within the body of outer loop. On each iteration of outer loop, the inner loop is executed completely.

Answered by gurugaming188
2

Answer:

It is called nested loop

Explanation:

Similar questions