Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 761 Bytes

File metadata and controls

16 lines (15 loc) · 761 Bytes

*Overview The Hotel Reservation System is a Java application that allows users to manage hotel room reservations. It provides functionalities for adding rooms, searching for available rooms, making reservations, and processing payments. This application serves as a basic model for hotel management, demonstrating object-oriented programming principles.

*Features Add rooms with details such as room number, category, price, and availability. Search for available rooms. Make reservations by providing customer details and stay dates. Process payments for reservations. Display current reservations and updated available rooms. *Requirements Java Development Kit (JDK) 8 or higher. A terminal or command prompt to run the application.