Yesoda Sanka 70d06ef6f0 message | 6 gadus atpakaļ | |
---|---|---|
.idea | 6 gadus atpakaļ | |
src | 6 gadus atpakaļ | |
.gitignore | 6 gadus atpakaļ | |
README.md | 6 gadus atpakaļ | |
pom.xml | 6 gadus atpakaļ |
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