C++Student類

設計一個學生類,包含學生學號,姓名,課程,成績等基本信息,計算學生的平均成績。 順便多寫了幾個功能,實現結果如下圖 #include<iostream> using namespace std; int add=0;//計有同一個課程的人數,用來算平均數 int a=0;//學生個數 class Student{ private:long Snumber;//學號 char *name;//
相關文章
相關標籤/搜索