using System;
public class Program
{
static void Main(string[] args)
int [ , ] NumArray = { {2, 3} , {5, 6} , {4, 6} };
for (int k = 0; k < 3; k++ ) {
Console.WriteLine();
}