Quiz: Keep Lists of Things (Arrays)

Challenge your understanding of arrays, loops, and indexing in C++.

In the previous lesson, you learned how to work with arrays, which store multiple values in a single variable. You accessed elements using indexes, looped through arrays, and even performed calculations on them.

Let’s go through a quick quiz to reinforce these new skills.

Get hands-on with 1400+ tech skills courses.