Write a program that simulates inventory bins in a warehouse.
Each bin holds a number of the same type of parts.
The program should use a Class that keeps the following data:
Description of the part kept in the bin
Number of parts in the bin
Then Create a Stock class which hold an array of 10 bins, which can store data as follows (This is an example to give you an idea):
Part Description Number of Parts in the Bin
Valve 10
Bearing 5
Bushing 15
Coupling 21
Flange 7
Gear 5
Gear Housing 5
Vacuum Gripper 25
Cable 18
Rod 12
Provide Constructors, getters, setters and following methods:
When the program runs, it should repeat a loop that performs the following steps:
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here