use of package

package lxx;

public class Car{

  private byte cubage=100;

  private viod startIsEnough(){

  if(cubage>80){

  System.out.println("cubage is enough,go!")

}else{System.out.println("cubage isn't enough,stop!")}

}

}

public lxx{

public static void main(String[] args){

  Car c=new Car;

  c.startIsEnough();

}

}

posted @ 2015-04-15 12:55  Leslie-L  阅读(119)  评论(1)    收藏  举报