I'm required to develop a small Airline Reservation System using array for my school, which should provide
the following functions:
1. Airplane with capacity of 20 seats (1-5 First class and 6-20 economy class).
2. Allow the customer to book seats by giving choice first class or economy class.
3. Allow the customer to delete any booking they made previously.
4. Allow the customer to modify any booking they made previously
5. On customer request display all empty and reserved seats.
6. Your system should not assign a seat that has already been assigned.
7. If economy class is full, your system should ask customer if it is acceptable for him to
give a seat in first class (and vice versa).
8. Count how many seat customer book
9. When customer finish booking, display how many seats he booked and seat numbers.
i'm wondering if someone can help me with this or if anyone got similar program like this written on java.i'll be looking forward to your replies guys.tanx alot
the following functions:
1. Airplane with capacity of 20 seats (1-5 First class and 6-20 economy class).
2. Allow the customer to book seats by giving choice first class or economy class.
3. Allow the customer to delete any booking they made previously.
4. Allow the customer to modify any booking they made previously
5. On customer request display all empty and reserved seats.
6. Your system should not assign a seat that has already been assigned.
7. If economy class is full, your system should ask customer if it is acceptable for him to
give a seat in first class (and vice versa).
8. Count how many seat customer book
9. When customer finish booking, display how many seats he booked and seat numbers.
i'm wondering if someone can help me with this or if anyone got similar program like this written on java.i'll be looking forward to your replies guys.tanx alot
Comment