您现在的位置是:首页 >动态 > 综合精选 > 2024-06-16 15:21:23 来源:
sex8 zip
大家好,小问来为大家解答以上问题。sex8 zip这个很多人还不知道,现在让我们一起来看看吧!
1、1.编写一个课程类Cource,包含:
2、3个成员变量:课程编号(cNumber)、课程名(cName)和学分数(cUnit);
3、1个方法:printCourceInfo:用于输出课程的相关信息;
4、public class Cource { public static String cNumber = null;// 课程编号
5、 public static String cName = null;// 课程名
6、 public static String cUnit = null; // 学分数
7、 public String getCName() { return cName; }
8、 public void setCName(String name) { cName = name; }
9、 public String getCNumber() { return cNumber; }
10、 public void setCNumber(String number) { cNumber = number; }
11、 public String getCUnit() { return cUnit; }
12、 public void setCUnit(String unit) { cUnit = unit; }
13、 public static void printCourceInfo() { System.out.println("课程编号:" + cNumber + "课程名:" + cName + "学分数:" + cUnit); }}
以上就是【sex8 zip】相关内容。