[Solved] Objective Implement Programming Languages Features Discussed Class Develop Program Uses Gr Q37212327
Objective: To implement the programming languages featuresdiscussed in class and to develop a program that uses GraphicalUser Interfaces (GUI) that provides a friendly environment forusers.
Project Assignment
Design and implement a Hotel Reservation System. The hotel hastwo types of rooms. One is regular room that has two beds. Anotheris deluxe room that has two beds and a safe. The regular room priceis $120 per night. The deluxe room is $130 per night. A safe costadditional $20 per night (only for deluxe room). The hotel has 10rooms. This system should allow an agent to input a customer name,select a room type, using the safe box or not as well as arrivaland departure dates. It should also provide the capability tocalculate the total charge and display it on the screen. The hotelreservation system must satisfy the following requirements:
-
An interface should be developed to allow an agent to inputrequired information.
-
The system must test for required fields
-
The system must show the use of arrays
-
A person reserves a room via reserve method. This method returnsan integer indicating the room number. If a customer tried toreserve a room, but the rooms are sold out, and error messageshould be displayed.
-
If a customer reserved a room the person’s name, arrive time,departure date, room number,and total charge should bedisplayed.
-
Must use and run in Java NetBeans 8.0.2 or higher (Pleasespecify when you submit your code)
-
Turn in the all project folder using the blackboard digital dropbox
-
Code must follow proper programming standards (comments,indentation, proper variables names, etc.)
-
No partial credit will be given if the program does not run.
-
Please submit your project folder in a zip file
-
No late assignment will be accepted
Expert Answer
Answer to Objective: To implement the programming languages features discussed in class and to develop a program that uses Graphic… . . .
OR

