Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #objek ini tidak mengubah nilai pada exercise 2.87
- public void printDetails()
- {
- System.out.print ("Title: " + title + ", ");
- System.out.print("Author: " + author + ", ");
- System.out.println("Pages: " + pages);
- }
Add Comment
Please, Sign In to add comment