10. Arrays

Arrays Overview

 6.25 minutes

Learn all about arrays, and why they are useful for storing data in your code. This tutorial introduces you to the concepts necessary to understand how an array is constructed.

Watch video

Arrays Implementation Part 1

 5.5 minutes

Part one of two videos that teach you how to implement arrays in your code. In this first part, you will build an array of touch panel buttons that will further refine your code writing skills.

Watch video

Arrays Implementation Part 2

 6.75 minutes

rt two of two videos that teach you how to implement arrays in your code. In this part, you will build an array full of command strings to be sent to a DVD player.

Watch video

Arrays Exercise

 2 minutes

This exercise focuses on arrays. You are given a set of instructions and you're challenged to work on your own in order to complete this exercise.

Watch video

Arrays Exercise Solution

 9 minutes

This video has the instructor review the previous exercise in great detail.

Watch video