Coin Purse

This is the starter code for the Coin Purse. In future labs we will add to this application to illustrate several common design ideas and design patterns.

The instructions are See instructions are in week2/Lab2-CoinPurse.pdf

The file PurseTest.java is a JUnit 4 test suite. To use it you should add the Junit 4 "Library" to your IDE project. Eclipse, Netbeans, IntelliJ, and BlueJ include JUnit 4, but you have to tell the IDE to add it to your project.