public void push(int element)
Console.WriteLine("The Element of Stack :");
public static void Main()
Console.WriteLine("Enter The Size of Stack:");
int len=Convert.ToInt32(Console.ReadLine());
stack STA=new stack(len);
Console.WriteLine("Enter The Element of Stack:");
Console.WriteLine("The Stack Is Full!!");
int x=Convert.ToInt32(Console.ReadLine());
Console.WriteLine("Equal one");
Console.WriteLine("not Equal one");
stack ESTA=new stack(len);
int size=STA.sizestack();
Console.WriteLine("The Stack is full!");