Vincent Sima d9543f4972 done | 6 yıl önce | |
---|---|---|
.DS_Store | 6 yıl önce | |
.gitignore | 6 yıl önce | |
Apples.java | 6 yıl önce | |
Bananas.java | 6 yıl önce | |
Inventory.java | 6 yıl önce | |
MainAplicationTest.java | 6 yıl önce | |
MainApplication.java | 6 yıl önce | |
Product.java | 6 yıl önce | |
ProductTest.java | 6 yıl önce | |
README.md | 6 yıl önce | |
Screen Shot 2018-06-02 at 5.55.29 PM.png | 6 yıl önce | |
Strawberrys.java | 6 yıl önce | |
package.bluej | 6 yıl önce |
Create an application which manages an inventory of products. Create a product class which has a price, id, and quantity on hand. Then create an inventory class which keeps track of various products and can sum up the inventory value.
UML is required Unit test in place before proceeding with code