Episode

Creating Arrays of Values - 09

In this lesson we talk about arrays, which are multi-part variables … a "bucket" containing other "buckets", if you will. We'll demonstrate how to declare and utilize arrays, setting and retrieving their values, initializing their values, attempting to access values outside of the boundaries of the array, and iterating through arrays using a different iteration statement, the for each statement. Finally, we'll demonstrate a couple of the powerful built-in methods that give arrays added features.

Download the source code for Creating Arrays of Values