Guest User

Untitled

a guest
Sep 26th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. #objek ini tidak mengubah nilai pada exercise 2.87
  2. public void printDetails()
  3. {
  4.     System.out.print ("Title:  " + title + ", ");
  5.     System.out.print("Author: " + author + ", ");  
  6.     System.out.println("Pages:  " + pages);
  7. }
Add Comment
Please, Sign In to add comment