A programming "loop" is where we "loop" (repeat) a block of code. It might also be called a "repetition statement".
We'll want a good understanding of condition for these examples.
We will use the following in the examples (see the Primitive Data):
- Increment (++) and Decrement (--) Operators
- Special Assignment Operators (e.g. "+=")