for (int i = 0; i < 3; i++) { for (int j = 0; j < 3; j++) { Console.WriteLine($"i: {i}, j: {j}"); } }