public static void Main()
Console.Write("Please enter the Desired Size : ");
if(int.TryParse(Console.ReadLine(), out ip)==false || ip < 0){
Console.Write("Please enter Valid Size ");
static void PrintGlass(int ip)
for(int y=0; y<area-1; y++)
for( int x=0; x<ip*2;x++)