標題:
面積計算 (一) - 三角形
[打印本頁]
作者:
許婷芳
時間:
2019-8-2 17:34
標題:
面積計算 (一) - 三角形
請試著算出三角形的面積
[attach]6935[/attach]
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
float x,y;
cout<<"請輸入三角形的底(公分):"<<endl;
cin>>x;
cout<<"請輸入三角形的高(公分):"<<endl;
cin>>y;
cout<<"底"<<x<<"公分,高"<<y<<"公分的三角形,面積為"<<x*y/2<<"平方公分"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
謝以愛
時間:
2019-8-2 19:26
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int x,y;
cout<<"請輸入三角形的底(公分):"<<endl;
cin>>x;
cout<<"請輸入三角形的高(公分):"<<endl;
cin>>y;
cout<<"底"<<x<<"公分,高"<<y<<"公分的三角形,面積為"<<x*y/2<<"平方公分"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
謝以恩
時間:
2019-8-2 19:40
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int r,p;
cout<<"請輸入三角形的底(公分)";
cin>>r;
cout<<"請輸入三角形的高(公分)";
cin>>p;
cout<<"底為"<<r<<"公分,高為"<<p<<"公分的三角型,面積="<<r*p/2<<"平方公分";
system("pause");
return 0;
}
複製代碼
作者:
謝以愛
時間:
2019-8-2 20:00
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
float x,y;
cout<<"請輸入三角形的底(公分):"<<endl;
cin>>x;
cout<<"請輸入三角形的高(公分):"<<endl;
cin>>y;
cout<<"底"<<x<<"公分,高"<<y<<"公分的三角形,面積為"<<x*y/2<<"平方公分"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
蘇詠翔
時間:
2019-8-2 20:03
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
float x,y;
cout<<"請輸入三角形的底(公分):"<<endl;
cin>>x;
cout<<"請輸入三角形的高(公分):"<<endl;
cin>>y;
cout<<"底"<<x<<"公分,高"<<y<<"公分的三角形,面積為"<<x*y/2<<"平方公分"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
廖文綺
時間:
2019-8-2 20:20
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
float x,y;
cout<<"請輸入三角形底(公分):"<<endl;
cin>>x;
cout<<"請輸入三角形高(公分):"<<endl;
cin>>y;
cout<<"底"<<x<<"公分.高"<<y<<"公分,面積為"<<x*y/2<<"平方公分"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
林祐霆
時間:
2019-8-2 20:28
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
float a,b;
cout<<"請輸入三角形的底(公分)"<<endl;
cin>>a;
cout<<"請輸入三角形的高(公分)"<<endl;
cin>>b;
cout<<"三角形的底為"<<a<<"公分,高為"<<b<<"公分,是"<<a*b/2<<"平方公分"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
尤爾呈
時間:
2019-8-2 20:37
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a,b;
cout<<"請輸入三角形的底(公分):";
cin>>a;
cout<<"請輸入三角形的高(公分):";
cin>>b;
cout<<"底"<<a<<"公分,高"<<b<<"公分的三角形,面積為"<<a*b/2<<"平方公分";
system("pause");
return 0;
}
複製代碼
作者:
蘇韋誠
時間:
2019-8-2 20:40
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
float x,y;
cout<<"請輸入三角形的底(公分):"<<endl;
cin>>x;
cout<<"請輸入三角形的高(公分):"<<endl;
cin>>y;
cout<<"底"<<x<<"公分,高"<<y<<"公分的三角形,面積為"<<x*y/2<<"平方公分"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
洪承廷
時間:
2019-8-2 20:43
#inciude<iostream>
#inciude<cstdlib>
using namespace std;
int main()
{
float a,d;
cout<<"請輸入三角形的高(公分):";
cin>>d;
cout<<"請輸入三角形的底(公分):";
cin>>a;
cout<<"底"<<d<<"公分,高"<<y<<"公分的三角形,面積為"<<d*y/2<<"平方公分"<<endl;
system("pause");
return 0;
}
作者:
廖文綺
時間:
2019-8-9 18:51
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
float x, y;
cout<<"請輸入三角形的底(公分):" ;
cin>>x;
cout<<"請輸入三角形的高(公分):";
cin>>y;
cout<<"底"<< x <<"公分,高" << y<< "公分的三角形,面積為"<<x*y/2<<"平方公分"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
廖文綺
時間:
2019-8-14 14:21
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"請輸入梯形的上底(公分):"<<endl;
cin>>x;
cout<<"請輸入梯形的下底(公分):"<<endl;
cin>>x;
cout<<"請輸入梯形的高(公分):"<<endl;
cinx>>;
cout<<'上底"<<x<<"公分,寬'<<y<<"公分的梯形,面積"<<*y/2<<"平方公分"<<endl;
system("pause"
retutn 0;
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2