定义一个表示学生的类(Student) Student类包括表示学生的学号姓名性别年龄和3门课程成绩的信息数据及?

日期:2017-09-01 00:04:55 人气:1

定义一个表示学生的类(Student) Student类包括表示学生的学号姓名性别年龄和3门课程成绩的信息数据及?

这是学生类: public class Student { private int xuehao; private String xingming; private String xingbie; private int shuxue; private int yuwen; private int yingyu; public int getShuxue() { return shuxue; } public void setSh
    A+
热门评论