Loop Constructs:
The statement structure in which statement or set of statements are executed repeatedly.
Types:
While loop
Do-While loop
for loop
In this video we discuss about the nested loop.
A loop that contain another loop is called nested loop.