Advertisement
nigu

Programma.java

Mar 5th, 2015
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.27 KB | None | 0 0
  1. public class Programma {
  2.     public static void main(String[] args) {
  3.                
  4.         Schermo monitor1 ;
  5.        
  6.         monitor1 = new Schermo();
  7.        
  8.         System.out.println(monitor1.seiAcceso());
  9.        
  10.         monitor1.premiTastoAccensione();
  11.        
  12.         System.out.println( monitor1.seiAcceso());
  13.  
  14.     }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement