For loop
While loop
Do-while loop
For loop is used in procedural In this loop the program is The code is executed first
programming in order to run the executed after condition is then the loop instruction
condition multiple times.
first checked
Table 1.1 features of the different loops.
is then execute program.