asimov.addBook(cavesofsteel);
Book centerofearth = new Book("A Journey to the Center of the Earth");
centerofearth.setPublishedYear(1864);
centerofearth.addKeyWord("science fiction");
centerofearth.addKeyWord("cave");
verne.addBook(centerofearth);
Book leagues = new Book("Twenty Thousand Leagues under the Sea");
leagues.setPublishedYear(1869);
leagues.addKeyWord("science fiction");
leagues.addKeyWord("submarine");
leagues.addKeyWord("ocean");