This project is intended to give you some experience working with queues. A JavaFX GUI is required. Besides use incomputer systems for things like the print queue, queues are commonly used in the business world to ensure customersare served in the order they arrive. For this application, you will implement a simple waiting list for a restaurant.This isn’t a real practical application since customers will simply be added to the queue not immediately visible) with asimulated wait time and the entire queue will be displayed with the Show Queue button. The goal here is to get someexperience with fundamental queue operations.Your solution should have reasonable error checking and data validation.A flowchart or pseudocode is required.You may use any of the Java queue code presented in chapter 20.You may use any of the JavaFX GUI code presented in chapters 14 16.
I will give u the link of the book later.
