Lafore's Stack
Stack Operation

New creates new stack

Push inserts item with value N at top of stack.

Pop removes item from top of stack, returns value.

Peek returns value of item at top of stack.

(Type N into "Enter number" box.)