Another operation that could be added to the ADT Stack is one that removes and discards the user specified number of elements from the top of the stack. Assume this operation is calledpop And Discard and that it does not return a value and accepts a parameter called count of data typeint.
a. Add this operation to dieStackListBased implementation given in this chapter.
b. Add diis operation to thestackArrayBased implementation given in this chapter.
c. Add this operation to theStackReferenceBased implementation given in this chapter.
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.