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
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