Chapter 14. Repeating Blocks of Code with While Loops
In this chapter, you will learn how to work with while loops. The While
loops are indispensable in real life. For example, you can use them to read a large number of rows from a file very quickly. But I'll show you a slightly more academic example to keep things comprehensible and understandable.