Proceed as in Exercise 5, but design a function the memento to retrieve the nth stack element (counting from the top).
Exercise
Write documentation, a prototype, and a definition for a member function bottom () for the Stack class that returns the bottom element of the stack.