What does the acronym LIFO mean?
Last In First Out
What methods are available on a Stack data structure?
Push, pop, and peek methods
What must you do to access the value at an arbitrary point in a stack(not just the top)
Pop and peek until you see what you want