A movie theater has three ticket windows and twocomputerized

A movie theater has three ticket windows and twocomputerized ticket kiosks. Some transactions, such as group discounts, canonly be done at the ticket windows. A customer chooses to stand in the shortestone that can handle his or her transaction. Group sales require four minutes.Normal ticket sales require two minutes at a window and three minutes at akiosk. Internet ticket sales pickups require one minute at a kiosk and twominutes at a window.Write code using queues to represent the five lines. Thedata set should be made up of randomly arranged customer arrivals, with 5%group sales, 20% Internet ticket sales, and 75% regular ticket sales. A data set will consist of 20 customers. All of the customers all arrive at the same time. Thesimulation should determine: maximum length of each line, the average waitingtime for each line, and the time required for each line to empty.Hint: Use #include to create the data set byadding 10 group, 40 Internet, and 150 regular customers and then shuffling thelist. This list is then traversed, transferring each customer to the shortestqueue that can handle the customer’s transaction.Step 1 — Write out the classes/objects/variables that you will need to develop the simulation.Step 2 — Write out the process (pseudocode) for how the simulation will runStep 3 — Write the code

  1. Start by sharing the instructions of your paper with us  
  2. And then follow the progressive flow.
  3. Have an issue, chat with us now

Regards,

Cathy, CS.