Question: may you please help code this in c + + ? please be sure the input and output is the same as the pictures below

may you please help code this in c++?
please be sure the input and output is the same as the pictures below
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.
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)
Make:
Model:
Miles:
Price :
Engine:
sedans txt
Toyota Camry $3534820597miles yes
Lexus ES $556094693miles yes
Honda Accord $2298711768 miles no
Trucks txt
Toyota Tundra $3427168058miles V6
Ford F-150$556099785miles V8
Nissan Titan $339902677miles V6
may you please help 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!