When the client attempts to either retrieve or remove an item from an empty stack, our stacks throw an exception. An alternative action is to return null.
a. Modify the interface StackInterface so that null is returned in these cases.
b. Modify the array-based implementation of the stack to conform to your changes to StackInterface. Write a program that demonstrates the modifications.
c. Repeat Part b for the linked implementation of the stack.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.