Please enable JavaScript to use CodeHS

AP Computer Science A (Nitro)

Lesson 6.2 Traversing Arrays

Description


Objective


Activities

These are all the activities included in the lesson

6.2.1 Using Arrays
6.2.2 Quiz: Using Arrays
6.2.3 Iterating Over An Array - For Loop
6.2.4 Iterating Over An Array - While Loop
6.2.5 Array Out of Bounds
6.2.6 Finding a Target Value
6.2.7 Print Array
6.2.8 Print Odd Array Indices
6.2.9 Find Index of a String
6.2.10 Fibonacci Sequence