Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 602 Bytes

File metadata and controls

8 lines (7 loc) · 602 Bytes
Classes Methods Scenario Outputs
Basket AddBagel(String bagel) Add bagel bool
RemoveBagel(String bagel) Remove bagel bool
IsFull() Check capacity bool
SetCapacity(int capacity) Change capacity
RemoveBagel() Remove a bagel that dont exist int