Elliott Stansbury 95a6cf6ab1 Elliott Stansbury final changes | 6 år sedan | |
---|---|---|
.idea | 6 år sedan | |
src | 6 år sedan | |
.gitignore | 6 år sedan | |
README.md | 6 år sedan | |
pom.xml | 6 år sedan |
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