Question: plwase write in c++ Exercise 4: Write a driver function called searchVehicleInventory that takes a VehicleType array object and its size as parameters. The function
Exercise 4: Write a driver function called searchVehicleInventory that takes a VehicleType array object and its size as parameters. The function should prompt the user for the year of the vehicle they are searching for and prints all the vehicles with the same year. If there is no vehicle made in the yer in question, display the message "No vehicle produced in found." Allow the user to keep entering different years until 1 is seen. (15pts) FPASTE CODE HERE - just the function definition in the driver. cpp file %
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
