Lab 14: Stacks and Queues
 
 Objectives
 - To learn about other container types, stacks and queues.
 
  - To examine the importance of the operations provided by a container
   class.
 
  - To see more of the standard template library.
 
 
Textbook Reference
- Chapter 16: Data Structures 
 
 
    The Lab Exercise
    
Notes to the Instructor