算法的类C码如下: int average,score,studentnum=0,totalscore=0; 输入第一个学生的成绩赋值给score; while((score>=0)&&(score0) { average=totalscore/studentnum; 输出平均成绩; } else