Lecture Outline
- A 2D array is an array that holds other arrays
- You typically use a nested for loop to traverse a 2D array.
- printf() can be used to format variables when being printed out (trimming, padding, etc)
- Talk about program 1
Lecture Recording
Lecture Slides
Code