I am learning to write java programs but I really am not any good. My programs run but with a whole bunch of glitches. I have to write a java application that is like an inventory program. It has to have a product class obviously but it needs to hold an item number, the name of the product, the number of units in stock and the price of each unit. It also needs to display the product number, product name, number of units in stock, price of each unit and the value of the inventory. I know that is the price of each multiplied by the number in stock. I just can't seem to do it and I am going to lose my mind. Can anyone help!
Sincerly,
java-clueless