الرجوع
تسجيل الدخول

Output?

int[][] a = new int[][] {{1, 2},{3, 4, 5},{0}};

System.out.println(a.length);