Sorting Parallel Arrays
问题 Beginner in Java using an old textbook and Head First: Java books to figure some stuff out. I have three arrays all parallel. I need to be able to sort by Title, Author, or Page Count based on user selection. I can sort one using Arrays.sort() but I'm getting hung up on how to sort the other two arrays to correspond to the new sorted one. Say I sort the BookTitle array, but I'm going to need to display the proper author and page count of its respective arrays and I'm stumped. do { entry =