C++
Write a driver that creates a garage of Cars using aVector. The driver allow a user to input as manynew cars as they like using an appropriate loop.
The driver will prompt for the new car’s year and make, then createthe new car and insert it into the vector.
Expert Answer
An answer will be send to you shortly. . . . .