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