Inventory Array Project

This project is similar to the Java project that I have under that section. This project takes the user input for a few different objects and then allows you to go through the inventory items in the array and either sell some of the inventory or restock it with a new set amount. It uses a finder method to search for the inventory ID number that the user sets and if it doesn't find the item it returns an error message. If you try to sell more than is in stock, you will also get an error message.

Program Run

Main Class Code

Item Class Code