Question
Data structures and other objects using c++ (4th edition) Chapter 8 PROGRAMMING PROJECTS 11 Write a simulation program of the lines at a grocery store.
Data structures and other objects using c++ (4th edition)
Chapter 8 PROGRAMMING PROJECTS 11
Write a simulation program of the lines at a grocery store. The program will be similar to the car wash simulation, except that there are multiple queues instead of one. 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
Use C++
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