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 structure that keeps the following data: -- description of the part kept in the bin -- number of parts in the bin the program should have an array of 10 bins, initialized with the following data: ------------------------------------------------