The conditional clause

The program continues to loop and ask for more inputs for as long as the value of quit is not equal to true.

The value of quit remains false (not true) for as long as the user enters odd integers.  (See Listing 8.)

When the user enters an even integer, the value of quit becomes true.