A in Lab Assignment
A in Lab Assignment
A book store manages books inventory manually, and the owner wants to digitalize the business.
Store admin adds new books to store inventory when new books arrive. For this purpose, he stores
the book ISBN, title, author price, and quantity. When the storekeeper sells a book, the revenue is
added to store available cash. The author is an entity (class) with the first name, last name and
email address.
Identify classes and create a UML diagram on the page. Then create a java application with the
following functionalities.