You now work with arrays in C++.
Arrays store multiple values of the same type
Access elements with index starting at 0
Loop through arrays with for loops
Pass arrays to functions for reusable code
Good job. You can now handle collections of data. Next, you will learn strings for text manipulation.