- 1

in the array why is it 234 and 8910

i under stand how the array works i just dont get the math like the example shows 234 in yhe first row and 8910 in the second row could you please explain

9th May 2018, 6:44 PM
doomedknight12
3 Answers
+ 1
2 is the number of arrays in the multidimensional array, 3 is the number of values in each array.
9th May 2018, 11:55 PM
Ben Allen (Njinx)
Ben Allen (Njinx) - avatar
0
Code please!
9th May 2018, 6:45 PM
TurtleShell
TurtleShell - avatar
0
int x [2] [3] {{2,3,4} {8,9,10}} i think this was the example given
9th May 2018, 7:24 PM
doomedknight12