Bank Simulator is a program which simulates the work of a bank's cashier given some parameters.
Those parameters are: -The time which the bank will stay open (accepting new customers) -The probability of a new customer to arrive -The maximum time a customer need to be served
The program have two policies for the simulation. With the first one every cashier works the whole time, which means they may stay inactive and with the second one, cashiers add accordingly to the size of the queue. To enable the second policy user press Y in the beginning of the execution.