Problem: you are the owner of a new take-out restaurant , MCBurgers, currently under construction . you want to determine the proper number checkout station needed , so I have to build a java code using Netbeans to determine the optimal number of servers needed

1. the maximum waiting time for any customer is less than 15 minutes.

2. The maximum total number of customers waiting in line is less than 20 people.

Write a Java program that will simulate the such operation. Use a linked list to represent customers waiting in line to be served. Your time resolution is 1 minute. Each minute the number of customers that can join the line is between 0 and 5. It takes between 1 and 10 minutes to serve a single customer.

Run the simulation for different number clerks manning service counters to estimate the required number of service desks that will satisfy the quality of service requirement stated above. The simulation should run for 12 hours

Okay? So where is your code and what is your problem?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.