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