第十三周作業 3

2021-06-06 11:59:02 字數 778 閱讀 4915

#includeusing namespace std;

class shape

; class circle:public shape

virtual float area() const;

protected:

float radius;

};

float circle::area() const

class rectangle:public shape

virtual float area() const;

protected:

float length;

float width;

};

float rectangle::area() const

class ********:public shape

virtual float area() const;

protected:

float length;

float heigth;

};

float ********::area() const

int main()

; //定義基類指標陣列pt,各元素指向乙個派生類物件

double areas=0.0; //areas為總面積

for(int i=0; i<6; i++)

cout<<"totol of all areas="<

第十三周作業 必做3

神秘人很高興,決定給 tt 乙個獎勵,即白日做夢之撿貓咪遊戲。撿貓咪遊戲是這樣的,貓咪從天上往下掉,且只會掉在 0,10 範圍內,具體的座標範圍如下圖所示。tt 初始站在位置五上,且每秒只能在移動不超過一公尺的範圍內接住掉落的貓咪,如果沒有接住,貓咪就會跑掉。例如,在剛開始的一秒內,tt 只能接到 ...

第十三周作業 2

程式頭部注釋開始 為避免提交博文中遇到的問題,將用於表明注釋的斜槓刪除了 程式的版權和版本宣告部分 檔名稱 求值 作 者 王智凱 完成日期 2011 年 11 月 17 日 版 本號 凱凱 對任務及求解方法的描述部分 輸入描述 無 問題描述 自定義函式,用泰勒公式實現計算sin和cos的近似值,要求...

第十三周作業 3 0

計算存款利息 作 者 計114 1 孫建朋 完成日期 2011 年 11 月 11 日 版本號 20111111 3.0 對任務及求解方法的描述部分 輸入描述 金額與存期 問題描述 輸入存款金額並選擇存款種類,計算出利息 不計利息稅 如果是活期存款,需要補充輸入天數。利息 金額 年利率 存期 單位 ...