首先,定义描述学生的类——Student,包括学号(int)、 姓名(String)、年龄(int)等属性;二个方法:Student(int stuNo,String nam...
Student类:packagecom.bao;publicclassStudent{intstuNo;Stringname,sex;intage,weight;Student(ints,Stringn,Stringse,inta,intw){stuNo=s;name=n;sex=se;age=a;weight=w;}voidoutPut(){System.out.println("学号:"+st