Sunday, September 21, 2008

Do Loop.

Do While Loop flow chart
Syntax
Do [{While Until} condition]
[statements]
[Exit Do]
[statements]
Loop

Or, you can use this syntax:

Do
[statements]
[Exit Do]
[statements]
Loop [{While Until} condition]


The Do Loop statement syntax has these parts:




Free Search Engine Submission

Free Search Engine Submission

ASTORE