If you were to push 10, 20, and 30 onto a stack in this order and then pop them off, in what order will they be removed from the stack? 1. 2. Write an algorithm for a CLIENT PROGRAM to make a complete copy of a stack, creating a second stack of the same information. The only functions that may be used are public member functions (e.g., push, pop) Show
OR
OR