What do you think we'll need to use to find the length of an array?

Good job! We can use the array's Length property to tell us the number of elements in the array.

Often, the most obvious answer is the right answer!