Board logo

標題: 面積計算 (一) - 三角形 [打印本頁]

作者: 王瑞喻    時間: 2020-3-20 17:50     標題: 面積計算 (一) - 三角形

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     float x, y;
  7.     cout<<"請輸入三角形的底(公分): ";
  8.     cin>>x;
  9.     cout<<"請輸入三角形的高(公分): ";
  10.     cin>>y;
  11.     cout<<"底"<<x<<"公分,高"<<y<<"公分的三角形,面積為"<<x*y/2<<"平方公分."<<endl;
  12.     system("pause");
  13.     return 0;
  14. }
複製代碼

作者: 鐘彥博    時間: 2020-3-21 15:49

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.      float a,b;
  7.      cout<<"請輸入三角形的高(公分):";
  8.      cin>>a;
  9.      cout<<"請輸入三角形的底(公分):";
  10.      cin>>b;
  11.      cout<<"底"<<a<<"公分,高"<<b<<"公分的三角形,面積為"<<a*b/2<<"平方公分"<<endl;
  12.      system("pause");
  13.      return 0;
  14. }
複製代碼

作者: 夏子涵    時間: 2020-3-21 15:54

  1. #include <iostream>
  2. #include <cstdlib>
  3. using namespace std;
  4. int main()
  5. {   float x, y;
  6.     cout<<"請輸入三角形的底(公分): ";
  7.     cin>>x;
  8.     cout<<"請輸入三角形的高(公分): ";
  9.     cin>>y;
  10.     cout<<"底"<<x<<"公分,"<<"高"<<y<<"公分的三角形,面積為"<<x*y/2<<"平方公分."<<endl;
  11.     system("pause");
  12.     return 0;
  13. }
複製代碼

作者: 董定宇    時間: 2020-3-21 16:07

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     float x, y;
  7.     cout<<"給老子輸入三角形的底(公分): ";
  8.     cin>>x;
  9.     cout<<"給我TM輸入三交行ㄉ睪(公分): ";
  10.     cin>>y;
  11.     cout<<"底"<<x<<"cm,睪"<<y<<"cmㄉ三角形麵基維"<<x*y/2<<"坪芳工紛."<<endl;
  12.     system ("pause");
  13.     return 0;
  14. }
複製代碼

作者: 鐘彥博    時間: 2020-3-21 16:10

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.      float a,b;
  7.      cout<<"請輸入三角形的高(公分):";
  8.      cin>>a;
  9.      cout<<"請輸入三角形的底(公分):";
  10.      cin>>b;
  11.      cout<<"底"<<a<<"公分,高"<<b<<"公分的三角形,面積為"<<a*b/2<<"平方公分"<<endl;
  12.      system("pause");
  13.      return 0;
  14. }
複製代碼

作者: 呂尚霖    時間: 2020-3-21 16:12

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     float x,y;
  7.     cout<<"請輸入三角形的底(公分): ";
  8.     cin>>x;
  9.     cout<<"請輸入三角形的高(公分): ";
  10.     cin>>y;
  11.     cout<<"底"<<x<<"公分,高"<<y<<"公分的三角形,面積為"<<x*y/2<<"平方公分."<<endl;
  12.     system("pause");
  13.     return 0;
  14. }
複製代碼

作者: 林帛毅    時間: 2020-3-21 16:14

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.       float x, y;
  7.       cout<<"請輸入三角形的底(公分): ";
  8.       cin>>x;
  9.       cout<<"請輸入三角形的高(公分): ";
  10.        cin>>y;
  11.        cout<<"底"<<x<<"公分,高"<<y<<"公分的三角形,面積為"<<x*y/2<<"平方公分."<<endl;
  12.        system("pause");
  13.        return 0;
  14. }
複製代碼

作者: 謝承志    時間: 2020-4-14 20:24

本帖最後由 謝承志 於 2020-4-14 20:46 編輯
  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     float a,b;
  7.     cout<<"請輸入三角形的底(公分): ";
  8.     cin>>a;
  9.     cout<<"請輸入三角形的高(公分): ";
  10.     cin>>b;
  11.     cout<<"底"<<a<<"公分,高"<<b<<"公分的三角形,面積為"<<0.5*a*b<<"平方公分."<<endl;
  12.     system("pause");
  13.     return 0;
  14. }
複製代碼





歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://seed.istak.org.tw/) Powered by Discuz! 7.2