Problem Statement
Create two Java files: Main.java and InventoryItem.java.
Read the required values, construct a InventoryItem object, and print a multiline report.
The report must contain these lines in this order:
- Item
- Ending Stock
- Stock Value
Use a constructor and keep the object-oriented structure clear.