foundation.addKeyWord("psychohistory");
asimov.addBook(foundation);
Book cavesofsteel = new Book("The Caves of Steel");
cavesofsteel.setPublishedYear(1954);
cavesofsteel.addKeyWord("science fiction");
cavesofsteel.addKeyWord("robot");
cavesofsteel.addKeyWord("crime");
asimov.addBook(cavesofsteel);
Book centerofearth = new Book("A Journey to the Center of the Earth");
centerofearth.setPublishedYear(1864);
centerofearth.addKeyWord("science fiction");