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();
}
}
我希望我能一直努力成为一名有用的程序员

浙公网安备 33010602011771号