Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Please Help.It could be simple.Use Java I will hit like Assignment Objective This programming assignment is intended to put into practice the concepts that you
Please Help.It could be simple.Use Java I will hit like
Assignment Objective This programming assignment is intended to put into practice the concepts that you have learned so far. For this assignment, you are to develop a JavaFX application, called RestaurantApp Your Restaurant Application has two parts to it: 1. A Map, which will keep track of reservations. This map will include dinner reservations between 4 pm to 11 pm, in 15 minute increments. To simplify things, you can only take the reservation for a single party for each time slot. The reservation shall include the guest name, number of people in the party and the guest phone number 2. A Queue or Linked List, which will contain a walk-in standby list. This queue operates First-In, First-Out The Queue will include the guest name and the number of people in the party This application will be developed as a Graphical User Interface (GUI), the design is left to you Your solution should have reasonable error checking and data validation A flowchart or pseudocode is required for this lab Taskfs) Implement a restaurant waiting list application with the following features/functionality: A Reservation class which contains the customer name, number in the party and the phone number A WaitingList class which contains the customer name and the number in the party The reservation map will be empty until an entry is added. The map will grow for each entry. The application shall provide a dialog to add a new reservation, including the necessary information. The application must ensure that only one guest is added for each time. If duplicate time, it must keep the guest information while prompting for a new time. You must provide a way to both list the reservations and search for a reservation, as well as change the time for a reservation. The waiting list will be empty until an entry is added. The application shall provide a dialog to add a new waiting list entry. The application should be able to pull of the longest waiting person off of the list, and keep track of the total number of customers that are currently on the waiting listStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started