Skip to content

twoquestions/vending-machine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Vending Machine

Simulates a small coin-only vending machine.

Coin Acceptor

Accepts valid coins, and puts them into the proper bin, puts invalid coins into the coin return.

Product Dispenser

If we have enough money in the machine, when we push a button for a specific product it will be dispensed. Also it will give out proper change instead of keeping the money. The vending machine will also give you money back if you push the coin return without picking anything.

Instructions

Open the solution in Visual Studio. To run, either press the green 'play' button or go to Debug -> Start Debugging. F5 works too.

To run the tests, go to Test -> Run -> All Tests.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages