6.1 Array
-
Incorrect
Correct
No Answer was selected
Invalid Answer
1. Primitive Types
2. Using Objects
3. Boolean Expressions and if Statements
4. Iteration
5. Writing Classes
6. Arrays
6.1 Array
Organizing Information in an Array
Creating Arrays
Setting Elements
Getting Elements
ArrayIndexOutOfBoundsError
Making an Array
Make an Empty Array
Indexing Into an Array
Check Your Understanding
Exercise: Our First Array
6.2 Traversing Arrays
6.3 Enhanced for Loop for Arrays
6.4 Developing Algorithms Using Arrays
7. ArrayLists
8. 2D Arrays
9. Inheritance
10. Recursion
Chapter 6