Home > Java > Inventory Program

Inventory Program

April 17th, 2009

Inventory Program Part 2

Modify the Inventory Program so the application can handle multiple items. Use an array to store the items. The output should display the information one product at a time, including the item number, the name of the product, the number of units in stock, the price of each unit, and the value of the inventory of that product. In addition, the output should display the value of the entire inventory.


Inventory Program

Comments are closed.
Bear