willy.the.geek
Build on the C++ program you wrote in Week Two by:
1. Storing the information of each car in an array (use multiple arrays if needed). Example: car numbers, colors of cars, lap time for each car, etc. 2. Validate user input via the following rules:
· Car number must be an integer
· Car color must be a string
· Lap time format must be MM:SS
3. Print out an error message if the user gives invalid input.
Zip all your Microsoft® Visual Studio® Express source code files into a .zip file.
Submit assignment using the Assignment Files tab.