Ok so I have these two classes: Book and Encyclopedia. I want to create a method in Encyclopedia. I want it to modify an array which is an object in Book class. I'm not allowed to take the array as a...