Lecture 19, CS 302-7 and 8, March 5
i. No 2d arrays on exam
i. Note announcement on course website
i. Tuesday, 5:30-6:30
i. [][] or {{,},{,},…}
i. [i][j]
i. Pointers to pointers
i. traversing – with nested for loops
1. based on x.length, x[i].length
2. Note – i and j can have different lengths – these 2d arrays don’t need to be ‘square’
3. but, 2d arrays must be ‘rectangular’
ii. TopicsChooser.java