Question: Create a single server customer object in Java, and create a queue simulation as follows. a. Set a min/max service time range for the Customer
Create a single server customer object in Java, and create a queue simulation as follows.
a. Set a min/max service time range for the Customer Object
b. Create 20 Customer objects, and have 5 objects randomly exceed the top limit bounds of their service time.
c. Have the Customer objects enter the queue at random times
d. Track the time when the customer enters the queue, begins service, and exits the queue. (this is the end service time)
e. Use these values to calculate q-hat and u-hat based on some T(n) (Note: your choice of T(n) may still have customers waiting in the queue; this is OK)
f. Calculate the standard deviation of the service times from 0 to T(n)
g. Run some simulations of the code, and report what happened. Can you explain why?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
