Have you not been given a database already set up?
For the java classes there are two interesting relationships between objects that I want to see if you understand. One is the relationship between a library member and the books that member has checked out. The other is the relationship between a book and it's book classification.
Steve Luke wrote:
You are swapping the inner and outer value un-conditionally. So you are effectively shuffling the numbers but are not sorting them. I assume you want to only swap the values if the condition is met. I am also not convinced you are comparing the correct values (inner with minimum then resetting minimum). I think you can drop the use of minimum all together...