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
7
Answer:
pop" (and any subsequent words) was ignored because we
Similar questions