Board logo

標題: 圓的面積 [打印本頁]

作者: t2364705    時間: 2011-9-10 16:59     標題: 圓的面積

  1. #include<iostream>
  2. using namespace std;
  3. int main()
  4. {
  5.     int x;
  6.     cout<<"請輸入圓的半徑:";
  7.     cin>>x;
  8.     cout<<"圓的面積是:"<<x*x*3.14<<endl;
  9.    
  10.     system("pause");
  11.     return 0;
  12. }
複製代碼

作者: 蔡昀佑    時間: 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://seed.istak.org.tw/) Powered by Discuz! 7.2