Copy code ruby init.rb
Interactive Menu Options :
-
List all rooms: View the current status of all rooms.
-
Add a room: Adds a new room to the hotel.
-
Remove a room: Enter the number of the room to vacate.
-
Check-in a party: Enter the names of guests in the party, separated by commas.
-
Move-out a room: Enter the number of the room to vacate. The party occupying that room will be moved to different room.
-
Exit: Exit the system.