Quiz: Track with Vectors
Put your understanding of dynamic lists, vector operations, and loops to the test.
We'll cover the following...
In the last lesson, you upgraded from fixed-size arrays to flexible vectors. You learned how to create vectors, add, and remove items with ...