Answered step by step
Verified Expert Solution
Question
1 Approved Answer
please write a c++ code using g++ compiler. Programming Project #5 EGRE246 Spring 2018 Grocery Store Lines 1 Overview Write a simulation program of the
please write a c++ code using g++ compiler.
Programming Project #5 EGRE246 Spring 2018 Grocery Store Lines 1 Overview Write a simulation program of the lines at a typical grocery store. Assume that there are five cashicr lincs at the store. Customers cnter randomly to check out, and then cnter the shortcst linc. If thc lincs arc cqual then thc first availablc linc is choscn. Each transaction with thc cashicr takcs a random amout of timc to complctc. You should input the paramcters of the simulation and output statistics rclated to how long customers waited in line. Note for this project you may work in pairs. If two people are working together they should turn in a single version of their program Each person in a pair will receive the same grade 2 Deliverables You are to turn in your project through the project submission link on the class web page. Name your source code file proi5XXXX.h where XXXX is the last 4 digits of your student V number
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