What does the push(element) method do in a stack?
push(element)
Removes the top element
Adds an element to the bottom
Returns the top element without removing it
Adds an element to the top