using System.Collections;
static void Main(string[]args)
foreach(Object obj in st);
foreach(Object obj1 in qt);
Console.WriteLine();Console.WriteLine();
Console.WriteLine("The number of elements in the stack"+ st.Count);
Console.WriteLine("Does the stack contain the elements 3" + st.Contains(3));
Console.WriteLine("The number of elements in the Queue" + qt.Count);
Console.WriteLine("Does the Queue contain the elements 3"+ qt.Contains(3));