Advertisement
markvs

121201711151315

Jan 20th, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.37 KB | None | 0 0
  1. #include <>
  2.  
  3. public class harddisk
  4. {
  5.   private string brand;
  6.   private int RPM;
  7.   private int timespent
  8.   private double space;
  9.   //methods
  10.   public void leggiDati(){
  11.    
  12.   }  
  13.   public double punteggio(){
  14.  
  15.   }  
  16.   public void stampaDati(){
  17.     system.out.prinln("");
  18.   }
  19. }
  20.  
  21.  
  22.  public static void main(String []args) {
  23.    harddisk v[]= new harddisk[]
  24.  }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement