Please enable JavaScript to use CodeHS

AP Computer Science A (Nitro)

Lesson 6.1 Array

Description

In this lesson, students will learn about and create arrays. The use of array objects allows multiple related items to be represented using a single variable. This lesson corresponds with AP Computer Science A topic 6.1.


Objective

Students will be able to:

  • Represent collections of related primitive or object reference data using one-dimensional (1D) array objects