- #1
UrbanXrisis
- 1,196
- 1
I know that in an array called math[][], the "math.length" will give me the length, or "width" of the array. What is the notation for the "height"?
Ex, if math[][] was a 12x15 array, then math.length=12. how would I get the # 15?
Ex, if math[][] was a 12x15 array, then math.length=12. how would I get the # 15?