thulasi c3d6dc4b99 completed the Product Manager Lab | 6 yıl önce | |
---|---|---|
.idea | 6 yıl önce | |
.gitignore | 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 | |
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