Which value of a stack is accessible?
Stacks do not care about the relative order of the values for the items it stores.
A stack gives access only to the last item that was inserted.
This is called the "top" item.