Join Slack
Powered by
can anyone tell me how to navigate this 2d array: ...
# announcements
o
otakusenpai
12/23/2018, 7:29 AM
can anyone tell me how to navigate this 2d array:
Copy code
var board = Array(row,{IntArray(col)})
g
gildor
12/23/2018, 8:11 AM
Navigate?
gildor
12/23/2018, 8:11 AM
board[0][1]
like this?
f
frellan
12/23/2018, 8:55 AM
Double for loop
4
Views
Open in Slack
Previous
Next