返回列表 發帖

[隨堂測驗] 面積計算 (二) - 圓面積

本帖最後由 李泳霖 於 2021-3-13 11:59 編輯

圓面積的計算公式如下:
圓面積 = 半徑 x 半徑 x 3.14

本帖隱藏的內容需要回復才可以瀏覽

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

TOP

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

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     float a;
  7.     cout<<"輸入園的半徑(公分)";
  8.     cin>>a;
  9.     cout<<"半徑"<<a<<"公分的圓,面積為"<< a*a*3.14<<"平方公分.";
  10.    
  11.     system("pause");
  12.     return 0;
  13.    
  14. }
複製代碼

TOP

本帖最後由 陳志祐 於 2021-3-6 17:11 編輯
  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     float x,y=3.14;
  7.     cout<<"輸入圓的半徑(公分): ";
  8.     cin>>x;
  9.    
  10.     cout<<"半徑為"<<x<<"公分的圓,面積為"<<x*x*y<<"平方公分"<<endl;
  11.    
  12.    
  13.     system("pause");
  14.     return 0;   
  15.    
  16. }
複製代碼

TOP

本帖最後由 謝苙豪 於 2021-3-6 17:30 編輯
  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.    
  7.     float x;
  8.     count<<"請輸入圓的半徑(公分):";
  9.     cin>>x;
  10.     cout<<"半徑"公分的圓,<<x*x*3.14<<"平方公分."<<endl;
  11.     system("pause");
  12.     return 0;   
  13. }
複製代碼

TOP

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

TOP

  1. nclude<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.   float x;
  7.   cout<<"請輸入圓的半徑(公分):";
  8.   cin>>x;
  9.   cout<<"半徑"<<x<<"公分的圓,面積為"<<x*x*3.14<<"平方公分."<<endl;

  10.   
  11.   
  12.   system("pause");
  13.   return 0;
  14. }
複製代碼

TOP

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

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     float x;
  7.     cout<<"請輸入圓的半徑(公分)";
  8.     cin>>x;
  9.     cout<<"半徑"<<x<<"公分的圓,面積為"<<x*x*3.14159<<"平方公分";
  10.     system("pause");  
  11.     return 0;     
複製代碼

TOP

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

TOP

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

TOP

本帖最後由 陳佑俊 於 2021-4-21 21:11 編輯
  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     float x;
  7.     cout<<"請輸入圓形的半徑(公分):";
  8.     cin>>x;
  9.     cout<<"半徑"<<x<<"公分"<<"的圓,面積是"<<x*x*3.14<<"平方公分";
  10.     cout<<endl;
  11.     system("pause");
  12.     return 0;
  13. }
複製代碼

TOP

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

TOP

返回列表