Iteration statements let you loop a set of statements. There are three forms of iteration in C++: while, do while, and for loops.