Hi guys,
currently, I am looking for a proper way to define and use 2D array in KAREL program.
the general concept is that,
array[i,j]:
10
11 5
7 13 14,
and 13 will be read and use when i=3 and j=2,
is there anyone happen to know how to program this?
best regards,
Chen