The element access expression

The most important thing in Listing 4 in the context of this lesson is the element access expression shown in boldface.

Once again, this expression uses the subscript operator along with the value of the loop counter named count to access a different array element during each iteration of the loop.