Tried printing out the rows in a 2d matrix using this code: class Main { public static void main(String args[]) { int[][]matrix = { {1,2,3}, ...
確定! 回上一頁