Why the followin code gives me the error? Error: only one index allowed to index `int[3][3]`
Use matrix[2][2] instead of matrix[2,2].
Why the followin code gives me the error? Error: only one index allowed to index `int[3][3]`
Use matrix[2][2] instead of matrix[2,2].