Connor Dunnigan 035de3f309 fixed bugs | 6 lat temu | |
---|---|---|
.idea | 6 lat temu | |
Screenshot of terminal output | 6 lat temu | |
src | 6 lat temu | |
.gitignore | 6 lat temu | |
README.md | 6 lat temu | |
pom.xml | 6 lat temu |
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