Iteration
Iteration is the means by which a set of statements can be repeated while some clause is not fulfilled.
C/C++ provides three methods for the implementation of iteration
the while loop
the do .. while loop
the for loop
Previous slide
Next slide
Back to first slide
View graphic version