An Array of Observations
Arrays know their own length
test.length == 100
What kind of loops do we usually use with arrays?
Arrays start at index 0
Last index == ??
Arrays must be indexed by int values (short, byte, or char are okay, but long is no good)
Previous slide
Next slide
Back to first slide
View graphic version