Where are we
Arrays = contiguous memory
Array allocation
grades[0] = 31;
grades[1] = 33;
0 based indexing
For loop with array
Lookup tables
Strings
For loop
For loop 2
For loop 3
For loop 4 (from p. 131)
Today’s assignment(s)