18.6 - Summary

In this lesson, we explored four different kinds of loops — the iterative DO loop, the DO UNTIL loop, the DO WHILE loop, as well as an iterative DO loop with a conditional clause. We looked at many different applications of DO loops as well.

The homework for this lesson will give you more practice with DO loops.