First page Back Continue Last page Graphics
Customer Class
A single teller machine customer has:
- name
- account number
- account balance
among other properties. For this simulation, we just need arrival time, and transaction time.
Customer class defined on page 552.
Now we're ready for the simulation.
Practice: Prata bank
(Be sure to study the random number generator on page 555.)