Please enable JavaScript to use CodeHS

Teaching AP® Computer Science A

Lesson 5.6 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