Saturday, May 14, 2011

Visual Basic Looping



Looping is done with the Do/Loop format.  Loops are used for operations are to be repeated some number of times.  The loop repeats until some specified condition at the beginning or end of the loop is met.


     1.  Do While/Loop 


     2Do Until/Loop 

     3.  Do/Loop While 

     4.  Do/Loop Until 
      






.

No comments:

Post a Comment