public static void main(String[] args) {
   Computer a = new Computer();
   a.setProcSpeed(-10);
 }