 |
While and Do While - C / C++ / C# Programming and Design Tutorials
Learn about the while and do while loop statements. ... There are two loop statements that use while. First is the while statement which has this syntax. while (expression) statement As long as the expression is true, the statement is executed.
cplus.about.com |
 |