標題:
三角形面積面積計算機
[打印本頁]
作者:
tonyh
時間:
2012-3-21 13:24
標題:
三角形面積面積計算機
#include<iostream>
using namespace std;
int main()
{
float x, y;
cout<<"<三角形面積面積計算機>"<<endl;
cout<<"請輸入三角形的底(公分): ";
cin>>x;
cout<<"請輸入三角形的高(公分): ";
cin>>y;
cout<<"底為"<<x<<"公分,高為"<<y<<"公分的三角形,面積為"<<
(x*y)/2<<"平方公分"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
蔡岳凌
時間:
2012-3-21 13:37
#include<iostream>
using namespace std;
int main()
{
float x, y;
cout<<"<三角形面積面積計算機>"<<endl;
cout<<"請輸入三角形的底(公分): ";
cin>>x;
cout<<"請輸入三角形的高(公分): ";
cin>>y;
cout<<"底為"<<x<<"公分,高為"<<y<<"公分的三角形,面積為"<<
(x*y)/2<<"平方公分"<<endl;
system("pause");
return0;
}
複製代碼
作者:
黃睿帆
時間:
2012-3-21 13:41
#iclude<iostream> //input輸入 與output輸出
using namespace std;
int main()
{
float a, b;
cout<<"<三角形面積面積計算機>"<<endl;
cout<<"請輸入三角形的底(公分): ";
cin>>x;
cout<<"請輸入三角形的高(公分): ";
cin>>y;
cout<<"底為"<<x<<"公分,高為"<<y<<"公分的三角形,面積為"<<
(x*y)/2<<"平方公分"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
蘇冠鈞
時間:
2012-3-21 13:58
#include<iostream>
using namespace std;
int main()
{
float x, y;
cout<<"<三角形面積面積計算機>"<<endl;
cout<<"請輸入三角形的底(公分): ";
cin>>x;
cout<<"請輸入三角形的高(公分): ";
cin>>y;
cout<<"底為"<<x<<"公分,高為"<<y<<"公分的三角形,面積為"<<
(x*y)/2<<"平方公分"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
鄭睿恒
時間:
2012-3-28 12:59
回復
1#
tonyh
#include<iostream>
using namespace std;
int main()
{
float x, y;
cout<<"<三角形面積面積計算機>"<<endl;
cout<<"請輸入三角形的底(公分): ";
cin>>x;
cout<<"請輸入三角形的高(公分): ";
cin>>y;
cout<<"底為"<<x<<"公分,高為"<<y<<"公分的三角形,面積為"<<
(x*y)/2<<"平方公分"<<endl;
system("pause");
return 0;
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://seed.istak.org.tw/)
Powered by Discuz! 7.2