while
loops are enough to make any looping logic that you might want, but
they aren't the only kind of loops you will see.
There are tasks which would require a while
loop, but are common enough that there are other kinds
of loops that are shortcuts to writing them.