Question: Without using Vectors and in C + + coding format Submit . txt , . h and . cpp files with documentation in a .

Without using Vectors and in C++ coding format
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)
Toyota Tundra 3427168058 V6
Ford F-150556099785 V8
Nissan Titan 339902677 V6 sedans.txt
Toyota Camry 3534820597 yes
Lexus ES 556094693 yes
Honda Accord 2298711768 no
Select Option:
Enter Search Text:5000
Make: Lexus
Model: ES
Mlles: 4693
Price: \(\$ 55609.00\)
Hybrid: yes
Make: Nissan
Model: Titan
Miles: 2677
Price: \$33990.00
Engine: V6 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.
Without using Vectors and in C + + coding format

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!