ATK 3, spring 2006 Exercise work 2: Implement a class 'stack'(see lecture material, page 21), where you store integers. Write the methods 'push' and 'pop' to "store" in and "retrieve" the integers. In your design, use classes, dynamical memory allocation, and pointers. Write a main program where you demonstrate how the class works.