You need to be logged in to view this content. Please login or become a member.

<<  Prev   |   Index   |   Next  >>

Description

Arrays are a convenient way to store multiple values in a single variable, making your job as a programmer much easier.

Notes

An alternative to arrays that is particularly useful when working with objects is the Collection. Items can be added or removed to collections very easily without any need to re-size the collection. Click here for an example.

Lesson Files

Lesson 1.3 code

Homework

Lesson 1.3 homework solution