Introduction - If you have any usage issues, please Google them yourself
C++ experiment 8 Extended Stack categories: (1) an instance of the class is added to the Stack function printStack, to print all the elements of the stack. (2) to add an instance of the Stack class function contains (T element), to check whether a given element in the stack.