Using Java, write a program that has a 2D array which representsitems in a bookcase. The first item in that row (left to right)will be stored in the first value in that array. You may place anynumber of items, in any order you choose, and have any number ofrows and items. Make sure that this array uses the data type stringand that each value is the name of the item at that position. Thenlook for the item (wallet, safe, maybe even book) where you hidsome of your money and print out its position. If you didn’t hideany money in that
OR
OR