计算三个同学的平均成绩:如下 我的程序可对啊

[复制链接]
查看11 | 回复1 | 2011-9-19 12:13:10 | 显示全部楼层 |阅读模式
class Course {String name;float score;Course(String aName, float aScore) {name = aName;score = aScore;}public String toString() {return "courseName" + name + ";score" + score;}}class Student {String name;Course c1;Course c2;Course c3;Student(String aName, Course aC1, Cours...
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

主题

0

回帖

4882万

积分

论坛元老

Rank: 8Rank: 8

积分
48824836
热门排行