In this chapter, you learn how to tell C++ to repeat a computation by using C++'s most common iteration statements, the while and for statements.
while
for