Chapter 19 while loops

Within the while loop, an expression happens while a condition is met.

while (condition) {
    expression
}