kotlin changing a 1D array into a 2D array code example Example: 2d array in kotlin val array = Array(row) { IntArray(column) }