Question: need a c++ program for it which works. please make sure the program runs. thank you Add functionality to retrieve a car record either by

 need a c++ program for it which works. please make sure

the program runs. thank you Add functionality to retrieve a car record

need a c++ program for it which works. please make sure the program runs. thank you

Add functionality to retrieve a car record either by ID, Model, or price range. Add menu options to retrieve a car record - by a car by Id or Model name a user should be able to search by ID or by item name create only one submenu option for searching the search should not be case sensitive (for example, a user may enter sTRolleR or STROLLER); - store items in all lower/upper case to expedite the search write one search function that can search by ID and name and goes through the array of write one search function that can search by ID and name and goes through the array of structs/objects only once allow partial search; must return all matching items (for example, a user can enter "roll" to search for a "stroller"; return "rolls", "stroller"); see C++ find() function show the entire record if found or an appropriate message if not

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!