mpierse 3a62419633 fixed inventory and unit tests. out printed an inventory sheet | hace 6 años | |
---|---|---|
.idea | hace 6 años | |
src | hace 6 años | |
.gitignore | hace 6 años | |
README.md | hace 6 años | |
pom.xml | hace 6 años |
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