java programing - Hotel/car/airplane reservation.
Person’s name, travel dates and destination are input. The database (really an array or two) is checked and if the space is available, the person is added to the database and a reservation is displayed. If no availability, a message is displayed stating no reservation is available for that date.
thankyou