Please enable JavaScript to use CodeHS

AP Computer Science A (Nitro)

Lesson 6.2 Traversing Arrays

Description

In this lesson, students will learn how to traverse arrays. Iteration statements can be used to access all the elements in an array. This is called traversing the array. This lesson corresponds with AP Computer Science A topic 6.2.


Objective

Students will be able to:

  • Traverse the elements in a 1D array