標題:
面積計算 (一) - 三角形
[打印本頁]
作者:
tonyh
時間:
2019-5-4 10:14
標題:
面積計算 (一) - 三角形
#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-5-4 11:14
本帖最後由 劉愷恩 於 2019-5-4 11:44 編輯
#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-5-4 11:21
#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-5-4 11:21
#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-5-4 11:22
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
float x, y;
cout<<"請輸入三角形的底(公分):";
cin>>x;
cout<<"請輸入三角形的高(公分):";
cin>>y;
cout<<"底"<<x<<"公分,高"<<y<<"公分的三角形,面積為"<<x*/2<<"平方公分."<,endl;
system("pause");
return 0'
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
float x, y;
cout<<"請輸入三角形的底(公分):";
cin>>x;
cout<<"請輸入三角形的高(公分):";
cin>>y;
cout<<"底"<<x<<"公分,高"<<y<<"公分的三角形,面積為"<<x*/2<<"平方公分."<,endl;
system("pause");
return 0'
}
複製代碼
作者:
蔡承伭
時間:
2019-5-4 11:23
#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-5-4 11:26
#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-5-4 11:28
#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-5-4 11:33
#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;
}
複製代碼
作者:
駱顗安
時間:
2020-4-16 16:26
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
float h,a;
cout<<"請輸入三角形的底(公分): ";
cin>>a;
cout<<"請輸入三角形的高(公分): ";
cin>>h;
cout<<"底"<<a<<"公分,高"<<h<<"公分的三角形,面積為"<<a*h/2<<"平方公分.";
system("pause");
return 0;
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2