Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 460 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 460 Bytes

Checkout-Simulation

Program that simulates the minute-by-minute operation of a checkout line, such as one you might find in a retail store. Showcases:

  • The total number of customers serviced
  • The total number of customers who found the line too long and left the store.
  • The average time per customer spent in line
  • The average number of customers in line
  • The number of irate customers (those that had to wait at least IrateCustomerThreshold minutes)