Skip to content

Instantly share code, notes, and snippets.

@rwarbelow
Last active July 2, 2021 17:07
Show Gist options
  • Save rwarbelow/aa554ea9091efe6ed1a8ae66e95430a0 to your computer and use it in GitHub Desktop.
Save rwarbelow/aa554ea9091efe6ed1a8ae66e95430a0 to your computer and use it in GitHub Desktop.
Class: Bottle
Attributes:
Color (string)
LidType (string)
TotalCapacity (integer)
Stickers (array)
CurrentCapacity (integer)
Recyclable (boolean)
Methods:
CalculatePercentFull (divides CurrentCapacity by TotalCapacity)
Refill (subtracts CurrentCapacity from TotalCapacity and then refills that amount)
AddSticker (append a sticker item into the Stickers array)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment