Build an application for a car rental company. It should offer the following features: • Maintain a customer database in a file: o Register / add new customers. Customer information should include ▪ Customer ID number ▪ Name ▪ Phone number o Search customer database by: ▪ Customer ID number ▪ Name ▪ Phone number And print out the matching records • Maintain a database in a file: o Add a new vehicle to the fleet. Vehicle information should include ▪ Model year ▪ Make ▪ Model name ▪ License plate number ▪ Customer number who is currently renting vehicle o Delete a vehicle from the fleet o Rent a vehicle to a registered customer o Receive rented vehicle back from customer o Search vehicle database by any field: ▪ Model year + Make + Model name ▪ License plate number ▪ Customer number who is currently renting vehicle
Build an application for a car rental company. It should offer the following features:
• Maintain a customer
o Register / add new customers. Customer information should include
▪ Customer ID number
▪ Name
▪ Phone number
o Search customer database by:
▪ Customer ID number
▪ Name
▪ Phone number
And print out the matching records
• Maintain a database in a file:
o Add a new vehicle to the fleet. Vehicle information should include
▪ Model year
▪ Make
▪ Model name
▪ License plate number
▪ Customer number who is currently renting vehicle
o Delete a vehicle from the fleet
o Rent a vehicle to a registered customer
o Receive rented vehicle back from customer
o Search vehicle database by any field:
▪ Model year + Make + Model name
▪ License plate number
▪ Customer number who is currently renting vehicle
pls u have to use FILE to solve this proplem
Trending now
This is a popular solution!
Step by step
Solved in 3 steps with 1 images