The product will be Gold soda, There are 50 units in stock, and they hold a price of $1.10 per unit.
Create a product class that holds the item number, the name of the product, the number of units in stock, and the price of each unit.
Create a Java application that displays the product number, the name of the product, the number of units in stock, the price of each unit, and the value of the inventory (the number of units in stock multiplied by the price of each unit).
Pay attention to the good programming practices in the text to ensure your source code is readable and well documented.