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