public static void Main()
string [] arr=new string[5] {"m","a","r","o","y"};
string [] ezerarr=new string[5];
int z = ezerarr.Length-1;
for(int x=0;x<arr.Length;x++)
for(int x=0;x<arr.Length;x++)
Console.WriteLine("\n........................");
for(int x=0;x<arr.Length;x++)
Console.Write(ezerarr[x]);