Question Description
I’m studying and need help with a Computer Science question to help me learn.
This project is intended to give you some experience working with queues. A JavaFX GUI is required. Besides use in computer systems for things like the print queue, queues are commonly used in the business world to ensure customers are 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 a simulated wait time and the entire queue will be displayed with the Show Queue button. The goal here is to get some experience 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.
Unformatted Attachment Preview
