Stacks: Operations
When we add things to the top of the
stack we say we are pushing data
onto the stack.
When we remove things from the top
of the stack we say we are popping
data from the stack.
We also might want to determine if
the stack is empty or full.