Accessing Array Elements
Level: Intermediate
Series: Programming Tutorials
Length of video: 36 minutes
Prerequisites: Introduction to Arrays
Purpose of tutorial:
This video is part of a series of tutorials that serve as an introduction to programming topics.
The video introduces arrays through the following topics:
* Accessing array elements using a loop
* Alternative array declaration using an initialization list
* Working with array bounds by using a valid subscript
* "Enhanced" loop processing for arrays with the for-each loop
* Working with a partially-filled array