Advertisement
Guest User

Untitled

a guest
Oct 25th, 2014
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. public static void main(String[] args) {
  2.  
  3. Rundown door = new Rundown(); //<-----Object created
  4.  
  5. System.out.println(door);
  6.  
  7. }
  8.  
  9. void mymethodII (){ //Here I'm using printf to format "connect" into the String
  10. System.out.printf("In the process of condensation %s",connect );
  11. }
  12.  
  13.  
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement