Question: PASTE YOUR FULL CODE BELOW AND A SCREENSHOT OF IT WORKING! Write a simulation program of the lines at a grocery store. You might use

PASTE YOUR FULL CODE BELOW AND A SCREENSHOT OF IT WORKING! Write a simulation program of the lines at a grocery store. You might use a vector of queues to simulate the lines. Assume that there are five cashier lines at the grocery store. Customers enter randomly to check out, and then enter the shortest line. If the lines are equal, then the first available line is chosen. Each transaction takes a random amount of time to complete. For additional work, expand the grocery line program to allow shoppers to: Avoid a line if all lines are a certain length .Leave a line if they have waited beyond a certain time .Check if another line is shorter at specified time intervals -Switch lines if another line is shorter Please don't copy code from other posts on hegg. Write your own code. It must contain a minimum of 2 data structures (dynamic memory, linked lists, stacks, queues, hashtables, or trees)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
