For Loop While Loop Do-While Loop: Table 1.1 Features of The Different Loops
For Loop While Loop Do-While Loop: Table 1.1 Features of The Different Loops
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