JeffGolben
Programmer
Hello,
I was recommended to check out this board for help, so please forgive me if I sound like a newbie.
I have written a short simple program that uses an array of 3 items. Each item has a price and a quantity. The user selects an item number and quantity, and the program adds up a total and subtracts from inventory. The core program works well, but now I want to implement objects of InventoryItem class type, and am having a very difficult time with this. So close to the end, yet so far!!! If anyone is willing to help me, I'd really appreciate it! I will post the code up if I get a reply.
Thank you,
Jeff
I was recommended to check out this board for help, so please forgive me if I sound like a newbie.
I have written a short simple program that uses an array of 3 items. Each item has a price and a quantity. The user selects an item number and quantity, and the program adds up a total and subtracts from inventory. The core program works well, but now I want to implement objects of InventoryItem class type, and am having a very difficult time with this. So close to the end, yet so far!!! If anyone is willing to help me, I'd really appreciate it! I will post the code up if I get a reply.
Thank you,
Jeff