Chapter 7 Lecture 7-1: Arrays reading - Building Java Programs

? array: object that stores many values of the same type. ? element: One value in an array. ? index: A 0-based integer to access an element from ...

Part of the document

? array: object that stores many values of the same type. ? element: One value in an array. ? index: A 0-based integer to access an element from ...