This program illustrates how *not* to access the components of a queue. Press Enter to continue ... The queue q contains 4 values. Press Enter to continue ... Now we attempt to display the values in the queue using a for-loop and checking the size of the queue to determine when to stop. Press Enter to continue ... Here they are, in "FIFO" order: Popping: A Popping: B Press Enter to continue ...