第十周任務2

2021-06-06 01:18:56 字數 509 閱讀 4104

#include #include #include //setw:設定輸出資料的寬度,使用時應#include using namespace std;  

class cperson ;

cperson::cperson(char *name,char *id,int ***,int age)

cperson::~cperson()

class cemployee:public cperson ;

cemployee::cemployee(char *name,char *id,int ***,int age,char *department,float salary):cperson(name,id,***,age)

void cemployee::show2()

執行結果;

第十周 任務1

實驗目的 學會使用迴圈控制語句解決實際問題 實驗內容 用if語句編寫選擇結構的程式,完成分段函式的求解 include using namespace std int main double x,f const double x1 0.3,x2 0.8 cout cin x if xx2 f 1 e...

第十周任務(一)

作 者 董寶文 完成日期 2011年 10月 26日 版 本號 對任務及求解方法的描述部分 輸入描述 函式自變數x 問題描述 求函式的值 當x 0.3時,f x 0 當0.3 x 0.8時,f x x 0.3 0.8 0.3 當x 0.8時,f x 1 按你實際編的程式寫 程式輸出 f x 的值 問...

第十周任務(一)

程式頭部注釋開始 程式的版權和版本宣告部分 檔名稱 定義乙個名為cperson的類 作 者 齊豔紅 完成日期 2011年 4月 23日 版 本 號 對任務及求解方法的描述部分 填寫內容 問題描述 程式頭部的注釋結束 include include using namespace std class ...