While loop
For loop
Runtime
Arrays = contiguous memory
Array allocation
grades[0] = 31;
grades[1] = 33;
For loop with array
Today’s assignment