A last in, first out class
Stack
The number of items in the store
The last value that was pushed into the store
Puts the given value into the store
A last in, first out class
Stack