The service should accept an IChipCollection and
a requested specific amount of chip value, and be able to
"break" or "make change" to swap out chips to meet that
exact need. These chips are removed from the incoming
chipCollection and the return value are chips that
match the needValue requested.
The service should accept an
IChipCollection
and a requested specific amount of chip value, and be able to "break" or "make change" to swap out chips to meet that exact need. These chips are removed from the incomingchipCollection
and the return value are chips that match theneedValue
requested.