Question: may you please help me code this in c + + please see pictures Submit . txt , . h and . cpp files with

may you please help me code this in c++
please see pictures
Submit .txt,.h and .cpp files with documentation in a .zip file
*Include comments in code*(10pts)
- Details explaining how your code works
- Use only topics covered in Units 1-2(Chapters 1-13)
- Vectors are not permitted (You may assume the number of cars in the program is known)
Program Specifications and Correctness / Test Cases:
- At least 3 custom objects are implemented with separate header and implementation files (20pts)
- Car data provided is used in program via I/O file stream with no errors (20pts)
- User can search for cars using provided input (10pts)
- Searches return correct cars (20pts)
- User can perform multiple searches (10pts)
Use data from provided text files for your inventory.
Sedan data includes the following:
Make, Model, Price, Miles, Hybrid?
Truck data includes the following:
Make, Model, Price, Miles, Engine
Users may search inventory based on the data.
Make and Model - search results must match.
Price and Miles - search results match or lesser value
Program should include the following:
Implement at least 3 custom objects.
Ensure objects use separate header and implementation files.
Documentation explaining how your program works.
Submit all .h and .cpp files with your code and comments.
|Toyota Camry 3534820597 yes
Lexus ES 556094693 yes
Honda Accord 2298711768 no
|Toyota Tundra 3427168058 V6
Ford F-150556099785 V8
Nissan Titan 339902677 V6
may you please help me code this in c + + please

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 Programming Questions!