L. Dolio Durant 56068c1cfc updated to remove pagae info | пре 6 година | |
---|---|---|
.gitignore | пре 6 година | |
MainApplication.java | пре 6 година | |
Product.java | пре 6 година | |
ProductTest.java | пре 6 година | |
README.md | пре 6 година | |
package.bluej | пре 6 година |
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