第五周實驗報告(三)

2021-06-05 13:02:58 字數 1544 閱讀 1708

01.#include 02.#include 03.  

04.using namespace std;

05.class box

06.

12.private:

13. double length;

14. double width;

15. double height;

16.};

17.int main()

18.;

25.

26. a[4].set();

27.

28. cout << "the volume of a[0] is: " << endl;

29. a[0].volume();

30. cout << "the area of a[0] is: " << endl;

31. a[0].area();

32.

33. cout << "the volume of a[0] is: " << endl;

34. a[1].volume();

35. cout << "the area of a[0] is: " << endl;

36. a[1].area();

37.

38. cout << "the volume of a[0] is: " << endl;

39. a[2].volume();

40. cout << "the area of a[0] is: " << endl;

41. a[2].area();

42.

43. cout << "the volume of a[0] is: " << endl;

44. a[3].volume();

45. cout << "the area of a[0] is: " << endl;

46. a[3].area();

47.

48. cout << "the volume of a[4] is: " << endl;

49. a[4].volume();

50. cout << "the area of a[4] is: " << endl;

51. a[4].area();

52.

53. system("pause");

54.

55. return 0;

56.}

57.

58.void box::area()

59.

67.

68.void box::volume()

69.

76.

77.void box::set()

78.

第五周實驗報告3

程式頭部注釋開始 程式的版權和版本宣告部分 檔名稱 作 者 王引琳 完成日期 2012 年 3 月 19 日 版 本 號 對任務及求解方法的描述部分 輸入描述 問題描述 程式輸出 程式頭部的注釋結束 編寫基於物件的程式,求5個長方柱的體積和表面積。長方柱類的資料成員包括長 length 寬 widt...

第五周實驗報告2

includeusing namespace std class cfraction cfraction cfraction int nu,int de void cfraction set int nu 0,int de 1 不知道這個函式該怎麼用 只好放棄它了t t.void cfraction...

第五周實驗報告1 2

程式頭部注釋開始 程式的版權和版本宣告部分 作 者 任小寧 完成日期 2012 年 3月13 日 版 本 號 201158504431 對任務及求解方法的描述部分 輸入描述 問題描述 include includeusing namespace std class void main void fl...