A Loop wit in the loop is called?
A Loop wit in the loop is called?
Explanation
A nested loop has one loop inside of another.
These are typically used for working with two dimensions such as printing stars in rows and columns as shown below.
When a loop is nested inside another loop, the inner loop runs many times inside the outer loop.