Question: Make a C++ code that does the following: - A simulation for a two cashiers. - Where the service time, interarrival, and arrival time are
Make a C++ code that does the following:
- A simulation for a two cashiers.
- Where the service time, interarrival, and arrival time are randomly generated.
- The simulation would run for 65 minutes.
- Where an output screen shows the average utilization, average delay, and average customer per queue.
- While showing how many customers have been serviced in the duration of the simulation which is 65 minutes.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
