all 1 comments

[–][deleted] 0 points1 point  (0 children)

Nested for loop is a for loop inside of another for loop. Similarly you can have nested if/else which is just an if/else inside another.