Anyone please help me to fix my code about Inventory program?🥺 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 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.

8th Apr 2022, 7:34 AM
Kyutie Chai
1 Answer
+ 2
Kyutie Chai Use Code Playground to post your code. Too messy messages here 😶
9th Apr 2022, 6:10 AM
Ilyas Bakirov
Ilyas Bakirov - avatar