Section 13.8 Summary
In this chapter, we covered the following topics:
- An in-depth look at how the
for
-loop really works - The
while
-loop - The
do-while
-loop - Compound assignment operators
- Increment and decrement operators
- Lots of loop practice
for
-loop really workswhile
-loopdo-while
-loop