Problem
Consider the following piece of pseudocode: new StacksPUSH[2,s] for1≤i<4doPUSH[2+i,s]end for In an implementation of this stack with arrays, if we start with an array with one element, how many more new, additional arrays in total need to be created?