4.1.3.4 Repetition
We distinguish
- conditional repetition, in which actions are repeated until
some condition is fulfilled;
- unconditional repetition, in which a predetermined set of
actions are carried out;
- mixed repetition, in which above types of repetition are
both present.
But examples show you best the various loop constructs in Java;
they speak for themselves.