In Java, we can represent a 2D array by doing the following: int[][] data = new int[size][size]; Since Kotlin brings new syntax, let's see how to work with ...
確定! 回上一頁