C++ vehicle-management-system this is a C++ program it automatically track the entry and exit of the vehicle maintain the list of the vehicle using the vehicle nameplate.
Vehicle-management-system the system will track the entry and exit of the vehicle
maintain the list of the vehicle using the vehicle name plate.
this project consists of 6 fields:
1. arrival of the vehicle
2. total number of vehicle parked
3. departure of vehicle
4. total amount collected
5. display
6. exit
1. Arrival of the vehicle:we has to enter vehicle type(1 for car/2 for bike) after entrying type we has to enter vehicle number ,and enter arrival time in hours minutes and seconds.
example:
enter vehicle type(1 for car/2 for bike):1
enter vehicle number :up123456
enter arrival time in hours minutes and seconds:12:23:34
enter date in day month and year:20/5/20
vehicle added successfully
2.total number of vehicle parked:choose number 2 to view total number of vehicles parked.
example:
total number of vehicle parked:1
total number of car parked:1
total number of bikes parked:0
3. departure of vehicle: choose number 3 for the departure of vehicle details.
3. Departure: we have to enter vehicle type(1 for car/2 for the bike) after we enter type we has to enter vehicle number and enter departure time in hours minutes, and seconds. and it automatically calculates fine.
enter vehicle type(1 for car/2 for bike):1
enter vehicle number:up123456
enter departure time in hours minutes and seconds:23:34:45
a vehicle having vehicle number:up123456 hos left the parking after paying Rs.50
4. total amount collected:choose the number 4,to calculate the fine and displays fine
example:
total collection till now:50
5. display:
choose number 4 to display the vehicle details.
vehicle type vehicle number date arrival time
1 up123456 20/5/20 12:23:34
Submitted by Nallamsetty Sri Ramya (ramya2002)
Download packets of source code on Coders Packet
Comments