Task – In this project, each member is expected
to write one or two of the given functions to manipulate data
stored in the text file given below. The team will be responsible
for writing a C++ program implementing a user menu. This menu will
be responsible for calling each of the functions in the program.
The following text file (or database) is for a car rental system.
The file contains a car ID, the make, model, daily rate (in
dollars), size (number of seats), and whether or not it has been
rented already. The data stored in a file named “cars.txt”.
Presentation – On the due date, the entire team
will demonstrate this project to the rest of the class. You may
prepare PowerPoint slides to do the presentation. You will be
allotted up to 15 minutes to present the project.
Report – Your team is to create and submit a
project report (as a Word document) detailing the following:
Submission – Please submit the text file, the
program, PowerPoint slides (if prepared), and the report in
Blackboard by 11:59 p.m. on the due date.
cars.txt
ID
Make
Model
Daily Rate
Size
Is Rented?
10001
Hyundai
Accent
24.10
5
No
10002
Chevy
Spark
19.20
4
No
10003
Nissan
Altima
48.90
5
Yes
10004
Ford
Explorer
54.14
7
No
10005
Honda
Fit
18.20
5
Yes
10006
Toyota
Corolla
20.85
5
No
10007
Toyota
Camry
32.40
5
No
10008
Honda
Civic
28.80
5
No
Required Functions
Task – In this project, each member is expected to write one or two of the given functions to manipulate data stored in
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Task – In this project, each member is expected to write one or two of the given functions to manipulate data stored in
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!