- 2
Anyone please help me to fix my code about Inventory program?š„ŗ
Write a java program that can add, show, update and delete item(s) in the inventory. Applying any OOP principles in this program. The program will display a menu with the following selection: Inventory Program ⢠Add Item to Inventory ⢠Display Current Inventory ⢠Update Item ⢠Remove Item ⢠Exit You will create two classes, InventoryItems.java, where all the attributes and methods are stored, InventoryProgram.java, where the main method is located. Apply any OOP principles in this program.
3 Answers
+ 3
Kyutie Chai Use Code Playground to post your code. Too messy messages here š¶