I'm really need help with this one. Im totally lost. I have to crete a class that models a Library. It lets the user add, print, borrow and return books to the Library. I guess my problem is that I really do not understand arrays. I needs to create a array of books in the Lib class. I have to ref the books to a generated ID number in a Book Class. I have code all over the place and I have now confused myself. Can anyone take a look at this and please guide me in the correct direction.
Thanks.