Design and implement java program as follows:
Design and implement Java program as follows: (1) There will be a Book Java class with following attributes: id, title, and price. (2) There will be an Inventory Java class which stores and manages a list of Book objects (3) Inventory class will provide the following functionality: a. Add: Prompts user for book data and add to the inventory list. If the book already […]