Advertisement
Guest User

Untitled

a guest
Sep 16th, 2017
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.34 KB | None | 0 0
  1.  
  2. public class Main extends Pilot {
  3.  
  4.  
  5.     private static Main m =  new Main();
  6.  
  7.     public static void main(String args[]){
  8.  
  9.         System.out.println("TV is off press 1 to ON or 0 to exit");
  10.         m.obiects();
  11.         m.nameset();
  12.         m.change();
  13.         System.out.println(m.getName(n));   // a tutaj dziaa
  14.  
  15.  
  16.  
  17.  
  18.     }
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement