✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
int[][] nums =newint[3][];nums[0] =newint[2] { 1, 2 };nums[1] =newint[3] { 3, 4, 5 };nums[2] =newint[5] { 6, 7, 8, 9, 10 };