Question: Exercise 6: Write the tests to the VehicleType object to the driver.cpp file. Include only the necessary preprocessor directives, the driver function prototypes, the main
Exercise 6: Write the tests to the VehicleType object to the driver.cpp file. Include only the necessary preprocessor directives, the driver function prototypes, the main function which includes the calls to the defined driver functions in exercise 4, and the driver function definitions themselves. To properly call the previously listed driver and member functions, the main function must declare all the appropriate variables as follows:
A VehicleType array that holds 8 vehicles stored in a file
Two pointType objects whose member values are provided by the user
File input (Note: the name of the file is called myVehicleList.txt)
Add a separate driver function definition to initialize the values of the VehicleType array object with values from a file (called initVehicleInvetory).
Copy and paste your code below and include a screenshot of a successful run on the program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
