I'm struggling with this quite a while, how can i convert the first line into the second? Thanks very much in advance!
int mm [] [] = new int[][] {{10, 30},{30, 5},{5,60}};
int mm [] = new int[] {10, 30, 5, 60};
I'm struggling with this quite a while, how can i convert the first line into the second? Thanks very much in advance!
int mm [] [] = new int[][] {{10, 30},{30, 5},{5,60}};
int mm [] = new int[] {10, 30, 5, 60};