brettriley2250 brettriley2250 14-03-2024 Computers and Technology contestada Build a stack based on the following operations: push(5), push(10), push(7), push(2), pop(), push(4), pop(), pop(), pop(), push(1), pop(), pop(). Show the stack after each operation.