Where are we
new stuff – NOT ON FINAL
arrays, classes, images, sound,
                    animation
-  review old stuff

Arrays = contiguous memory

Array allocation

grades[0] = 31;

grades[1] = 33;

0 based indexing

grades[0] = 31;

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)