package common.special.Book; public class Book { String bookName; int pageCount; double price; String[] chapters; }