public static void Main()
int [] horgasz = new int [2];
int [] hal = new int [3];
int[,] M = new int[2, 3];
Console.Write("Halak be :");
M[i, j] = Convert.ToInt32(Console.ReadLine());
horgasz[i]=horgasz[i] + M[i,j];
Console.WriteLine("Horgászok össz halai :{0:0}", horgasz [i]);
Console.WriteLine("Halak típusonként össz :{0:0}", hal [j]);