Data hosted with ♥ by
Pastebin.com
-
Download Raw
-
See Original
public void printAuthor()
{
System.out.println("Author: " + author);
}
public void printTitle()
{
System.out.println("Title: " + title);
}