class Stackamp;amp;lt;Tamp;amp;gt;
{
private T store;
private int size
public Stack()
{
store = new T;
size = 0;
}
public void Push(T x)
{
store = x;
}
...……
using System;
using System.Collections.Generic;
using System.DirectoryServices;
using System.Linq;
using System.Runtime.InteropServices;
using System.Security.Principal;
using System.Text;
using Syste……