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 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 txth and cpp files with documentation in a zip file
Include comments in code pts
Details explaining how your code works
Use only topics covered in Units Chapters
Vectors are not permitted You may assume the number of cars in the program is known
Program Specifications and Correctness Test Cases:
At least custom objects are implemented with separate header and implementation files pts
Car data provided is used in program via IO file stream with no errors pts
User can search for cars using provided input pts
Searches return correct cars pts
User can perform multiple searches pts
Make:
Model:
Miles:
Price :
Engine:
sedans txt
Toyota Camry $miles yes
Lexus ES $miles yes
Honda Accord $ miles no
Trucks txt
Toyota Tundra $miles V
Ford F$miles V
Nissan Titan $miles V
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
