Loop body is bypassed
When the conditional clause returns false, the while loop terminates.
The body of the loop is bypassed, transferring control to the code that displays a thank-you message (same as in Listing 3) and terminates the program.