For a scenario where the most recently added item should be the first item accessed, which data structure is the most appropriate choice?
Queue
Stack
Array

Computing Exercises are loading ...