Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
16
commits
When unable to make change, machine will dispense item with enough money inserted and display THANK YOU then EXACT CHANGE ONLY. Refactored MakeChange() method.
ba9d5feView on GitHubWhen unable to make change machine will keep anything over item price.
8e0adacView on GitHubWhen unable to make change display is EXACT CHANGE ONLY instead of INSERT COIN.
a755e11View on GitHubDisplays current amount inserted after displying SOLD OUT.
6a0e41eView on GitHubWhen selected item is out of stock in machine display is SOLD OUT.
8d38da1View on GitHubMake correct change when item selected is less than total money inserted. Refactored SelectItem().
28d70a9View on GitHubVerify MakeChange() returns 2 quarters, 1 dime and 1 nickle for 65 cents change.
3cb4ca8View on GitHubWhen an item is selected with enough money, displays PRICE<$item> then the current amount. Refactored UserDisplay() and SelectProduct().
1f72141View on GitHubDisplays INSERT COIN after THANK YOU after dispensing item. Refactored UserDisplay(), ReturnCoins() and SelectProduct() to incorporate state machine design.
9b1d0cfView on GitHubWhen Chips item is selected with enogh money inserted, dispenses prodeuct and dipslays THANK YOU. Refactored UserDisplay().
69c0f41View on GitHubWhen return is pressed total is set to zero and displys is INSERT_COIN.
4a104f1View on GitHubUpdates and display total with each inserted coin. Reordered test to handle mods to UserDosplay().
fb8e1c5View on GitHub