Nested Loop - Implementing a loop inside of another loop. The inside loop is called the inner loop while the outside loop is called the outer loop. While the examples only provided a for loop inside another for loop, you can put any loop inside another loop; for loops just happen to be the most common!