public string[]vector = new string[5];
public int [,]matriz = new int [5,6];
for(int c = 0; c < 5; c++)
Console.WriteLine("ingresa nombre del alumno");
vector[c] = Console.ReadLine();
for(int i = 0; i < 5; i++)
for(int j = 0; j < 6; j++)
Console.WriteLine("ingresa calificacion");
matriz[i,j] = Convert.ToInt32(Console.ReadLine());
for (int i = 0; i < 5; i++)
for(int j = 0; j < 6; j++)
if (matriz[i,j] < matriz[i+1,j])
Console.WriteLine("la calificacion mas alta del mes es"+ ene);
if(matriz[i,j] < matriz[i+1,j])
Console.WriteLine("la calificacion mas alta del mes es:" + feb);
if(matriz[i,j] < matriz[i+1,j])
Console.WriteLine("la calificacion mas alta del mes es:" + mar);
if(matriz[i,j] < matriz[i+1,j])
Console.WriteLine("la calificacion mas alta del mes es:" + abri);
if(matriz[i,j] < matriz[i+1,j])
Console.WriteLine("la calificacion mas alta del mes es:" + may);
if(matriz[i,j] < matriz[i+1,j])
Console.WriteLine("la calificacion mas alta del mes es:" + juni);