Ok I have to make a 3-D array within a class and read from a file with input like this
90312 Thing_1 12.34 100 25 // Shelf 9, row 3, bin 12
20705 Thing_2 54.78 24 25
10101 Another_Thing 123.45 183 4
There array is based off 9 shelves, 7 rows in a shelve, 12 items
another confusing thing is the first number in the file item determines the position in the array as shown above
I have no clue how to do this as we just started using classes and I have used the search function