Answered step by step
Verified Expert Solution
Question
1 Approved Answer
NOTE : Implement the following Program using Basic C++ language with detail kindly , thank you . Car Rental System Design a program which can
NOTE : Implement the following Program using Basic C++ language with detail kindly , thank you .
Car Rental System Design a program which can implement a car rental management system, all the specifics of different cars, their models, their prices should be incorporated. In addition, the program must store credentials of a customer, whether he/she is an old customer or not? Whether a security deposit is required or some kind of verification is required or not. We can also apply certain discounts for repeating customer, discounts may also be offered if the rental agreement is for more than a specified number of days. In case of an accident, proper information must be entered in system against that customer which should be part of his/her record for future. Number of miles/km allocated per car, per day must be entered, if a car is going extra miles, user must be charged accordingly, if a car is going out of city, this permission should be granted at the time of booking. Maintain complete record of all cars and all customers, the program should also maintain service history of each vehicle and should intimate when any kind of maintenance is required. At the end the program should report actual revenue earned. Car Rental System Design a program which can implement a car rental management system, all the specifics of different cars, their models, their prices should be incorporated. In addition, the program must store credentials of a customer, whether he/she is an old customer or not? Whether a security deposit is required or some kind of verification is required or not. We can also apply certain discounts for repeating customer, discounts may also be offered if the rental agreement is for more than a specified number of days. In case of an accident, proper information must be entered in system against that customer which should be part of his/her record for future. Number of miles/km allocated per car, per day must be entered, if a car is going extra miles, user must be charged accordingly, if a car is going out of city, this permission should be granted at the time of booking. Maintain complete record of all cars and all customers, the program should also maintain service history of each vehicle and should intimate when any kind of maintenance is required. At the end the program should report actual revenue earnedStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started