標題:
圓的面積
[打印本頁]
作者:
t2364705
時間:
2011-9-10 16:59
標題:
圓的面積
#include<iostream>
using namespace std;
int main()
{
int x;
cout<<"請輸入圓的半徑:";
cin>>x;
cout<<"圓的面積是:"<<x*x*3.14<<endl;
system("pause");
return 0;
}
複製代碼
作者:
蔡昀佑
時間:
2011-9-10 17:14
#include <iostream>
using namespace std;
int main()
{
int x;
cout<<"輸入半徑(公分):"<<endl;
cin>>x;
cout<<"面積如下如下:..."<<x*x*3.14<<"平方公分"<<endl ;
system("pause");
return 0;
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2