List.cs List.txt Dictionary.cs Dictionary.txt Queue.cs Queue.txt Stack.cs Stack.txt


  Demonstrate Collections.Generic.Stack
 =======================================
  3.5 3 2.5 2 1.5
  popping 3.5
  popping 3
  popping 2.5
  popping 2
  popping 1.5
  Exception thrown: Stack empty.

Press any key to continue . . .