public static void Main()
Console.WriteLine("enter the numper of shape");
Console.WriteLine("for pyramid shape enter (1)");
Console.WriteLine("for mostateel shape enter (2)");
Console.WriteLine("for square shape enter (3)");
Console.WriteLine("for mo3yan shape (1)");
int x =int.Parse(Console.ReadLine());
for(int j=1;j<=(4-i);j++)
for(int j=1;j<=(2*i-1);j++)
for(int j=1;j<=(4-i);j++)
for(int j=1;j<=(2*i-1);j++)
for(int j=1;j<=(4-i);j++)
for(int j=1;j<=(2*i-1);j++)
Console.WriteLine("no shape");