Question
using c++ create a bank queuing system customers should be able to choose one of these at a ticket dispenser: customer service,deposit,withdrawal,front desk customer priorities
using c++
create a bank queuing system
customers should be able to choose one of these at a ticket dispenser: customer service,deposit,withdrawal,front desk
customer priorities should be regular or gold
the program should take the customers data: arrival time,service required, priority
the program will take as input file name,number of tellers to process deposit and withdrawal and number of customer service agents,
average times of: deposit,withdrawal,customer service,front desk service
use queues so bank emplyees draw from the appropriate queue
program should display: the time taken for each customer to get serviced
average wait times: all services, deposit and withdraw,customer service,front desk service
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