jackccccc1408 jackccccc1408 15-04-2024 Mathematics contestada Assume int[][] x = {{1, 2}, {3, 4, 5}, {5, 6, 5, 9}}. What are x[0].length, x[1].length, and x[2].length?