你的System必须是大写的。。。你全部写的是小写
不知道下面的是你想要的结果么
int ears =2; int eyes =2; int legs =4;
void run(){ System.out.println("I can run"); }
void drink (){ System.out.println("I can drink"); }
void eat (){ System.out.println("I can eat"); }
void info(){ System.out.println("I have "+ ears +" ears and "+ eyes +" eyes and "+ legs +" legs "); }
输出结果为:
I can run
I can drink
I can eat
I have 2 ears and 2 eyes and 4 legs
输出语句的System...你把S改成大写
总共4个system
System.out.println(" "); 应该大写把
把你的方法,那到类的外面,类不可以调用自己!
把你的错误异常发出来呀
大哥main中
你要调静态方法。。。