Skip to main content
Logo image

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