You have to answer the following question.
Question 1: Design a method in a Stack implementation that allows the user to insert a new member to the "bottom" of a stack.
Question 2: Design a method in a Stack implementation that reverses the order of members of a stack.
You have to implement a method in a Stack implementation.