Computer Science, asked by ssmmr011, 6 months ago

Consider the following stack of characters implemented as an array of 4 elements:

STACK = ["A", "J", "P", "N"]
Describe the stack as the following operations take place:
a) STACK.pop()
b) STACK.append("K")
c) STACK.append("S")
d) STACK.pop()​

Answers

Answered by msjayasuriya4
7

Answer:

pop" (and any subsequent words) was ignored because we

Similar questions