string[,] studentInfo = new string[splitData.Length-1, 3];
studentInfo[i][2] = Convert.ToString(total);