And I do have this question, any help would be appreciated. The problem is that I don't have an idea where I'm wrong.

public class Author { //opening statement
private String name;
private...