Reference Stack (abstract data type) - wikipedia

Next-to-bottom line:
If you push some objects onto a stack, the last one that you pushed is the first one that will be popped.
Therefore, if you...