Are we there yet?

The loop structure uses the selection structure to decide when to quit looping. 

The user is asked to enter an integer during each iteration of the loop.

The loop structure continues to loop and request new input for as long as the user continues to enter odd integers.

When the user enters an even integer, the loop structure terminates displaying a goodbye message on the way out.