Now let’s push some strings into the stack!
numbers.Push("One");
numbers.Push("Two");
numbers.Push("Three");

There we go! In the next post we’ll Peek and pop elements in our stack.
Now let’s push some strings into the stack!
numbers.Push("One");
numbers.Push("Two");
numbers.Push("Three");
There we go! In the next post we’ll Peek and pop elements in our stack.