第三週專案4 考了語文數學的學生

2021-06-29 09:17:00 字數 594 閱讀 9847

/*   

*檔名稱:score.cpp

*作 者:惠睿

*完成日期:2023年3月25日

*版 本 號:v1.0

*

*問題描述:通過多檔案組織,進行學生成績的運算。

*程式輸入:無輸入。

*程式輸出:學生姓名 成績。

*/ #include #include "student.h"

#include using namespace std;

int main()

;#endif

#include #include using namespace std;

#include "student.h"

void stu::setstudent(string str,float a,float b)

void stu::show()

{ cout<

執行結果:

第三週 專案4 考了語文數學的學生

檔名稱 grade.cpp 版本號 v1.0 問題描述 初始化學生姓名,語文數學成績,計算並輸出他們的平均成績和總成績 輸入描述 無 程式輸出 輸出平均成績和總成績 include includeusing namespace std class stu int main stu s1,s2 s1....

第三週專案4 考了語文數學的學生

問題及 檔名稱 test.cpp 完成日期 2015年3月23日 版 本 號 v1.0 問題描述 程式輸入 程式輸出 header.h ifndef header h included define header h included include using namespace std clas...

第三週專案四考了語文數學的學生

問題及 檔名稱 test.cpp 作 者 郝俊宇 完成日期 2015年 3 月23 日 版 本 號 v1.0 輸入描述 無 程式輸出 對應的學生成績 include includeusing namespace std class stu void stu setstudent string na,...