You have to solve the following question.
Question 1: Consider an initially empty stack S has performed a total of 25 push operations, 12 top operations, and 10 pop operations, 3 of which generated EmptyStackExceptions, which were caught and ignored. Show what is the current size of S?
Question 2: if we implemented the stack s from the previous problem with an array as described in this chapter then what is the current value of the top instance variable
I really require the answer to question two but I had to list question 1 in order for question 2 to make sense.