Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 316 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 316 Bytes

CoinJar

CoinJar implementation done for a job interview:

Implement a coin jar in C#. The coin jar will only accept US coinage and has a volume of 32 fluid ounces. Additionally, the jar has a counter to keep track of the total amount of money collected and has the ability to reset the count back to $0.00.