public static void Main()
string a = "FLOYD ANDREI G. ANTONI";
string b = "ALYSON BRYAN M. CALIMAG";
string c = "CHRISTIAN JULES A. LLAGAS";
string d = "VINCENE C. PEREZ";
Console.Write(arr.Length);
for(int r=0; r<arr.GetLength(0); r++){
for(int col=0; col<arr.GetLength(1); col++){
for(int co=0; co<arr.GetLength(2); co++){
Console.Write(arr[r, col, co] + " ");