while « Statement « Flash / Flex / ActionScript






1.while Statement
2.A while statement can be used even when the number of times is unknown.
3.Use while loop to calculate 2 to the power of 3
4.Use the increment operator with while loop
5.Processing Lists with while Loops
6.Ending a while Loop with the break Statement
7.Use while loop to sum 100 ramdom numbers