You are on page 1of 4

Loops

To process statements conditionally To eliminate duplicate values To execute the statements step by step Common for every processing But the syntax will be different Do statements ends with END statement Creates new variable 'I.

Do While
If condition is true it executes once It gives iterations till the condition is true

Do until

It wont checks the condition It executes atleast once whether the condition is true or false

You might also like