Consider the following sequence of operations on an empty st…

Consider the following sequence of operations on an empty stack.          push (54); push (52); pop (); push (55); push (62); s = pop ().         Push (20); push (30)  Push (25), pop(), pop(), t= pop();    What is the value of s+t=———————————