返回列表 發帖

五則運算

+  加
-   減     
*  乘
/   除
% 取餘數

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     int x=50, y=3;
  7.     cout<<"當x的值為"<<x<<",y的值為"<<y<<" 時..."<<endl;
  8.     cout<<"x+y="<<x+y<<endl;
  9.     cout<<"x-y="<<x-y<<endl;
  10.     cout<<"x*y="<<x*y<<endl;
  11.     cout<<"x/y="<<x/y<<endl;
  12.     cout<<"x%y="<<x%y<<endl;
  13.     system("pause");
  14.     return 0;
  15. }
複製代碼

TOP

  1. #include<iostream>  
  2. #include<cstdlib>   
  3. using namespace std;   
  4. int main()   
  5. {   
  6.     int x=456, y=123;
  7.     cout<<"當x的值為"<<x<<",y的值為"<<y<<"時..."<<endl;
  8.     cout<<"x+y="<<x+y<<endl;
  9.     cout<<"x-y="<<x-y<<endl;
  10.     cout<<"x*y="<<x*y<<endl;
  11.     cout<<"x/y="<<x/y<<endl;
  12.     cout<<"x%y="<<x%y<<endl;
  13.     system("pause");
  14.     return 0;   
  15. }
複製代碼

TOP

  1. #include<iostream>  
  2. #include<cstdlib>   
  3. using namespace std;   
  4. int main()   
  5. {   
  6.     int x=999, y=999;
  7.     cout<<"當x的值為"<<x<<",y的值為"<<y<<"時..."<<endl;
  8.     cout<<"x+y="<<x+y<<endl;
  9.     cout<<"x-y="<<x-y<<endl;
  10.     cout<<"x*y="<<x*y<<endl;
  11.     cout<<"x/y="<<x/y<<endl;
  12.     cout<<"x%y="<<x%y<<endl;
  13.     system("pause");
  14.     return 0;   
  15. }
複製代碼
回復 1# tonyh

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     int x=50, y=3;
  7.     cout<<"當x的值為"<<x<<",y的值為"<<y<<" 時..."<<endl;
  8.     cout<<"x+y="<<x+y<<endl;
  9.     cout<<"x-y="<<x-y<<endl;
  10.     cout<<"x*y="<<x*y<<endl;
  11.     cout<<"x/y="<<x/y<<endl;
  12.     cout<<"x%y="<<x%y<<endl;
  13.     system("pause");
  14.     return 0;
  15. }
複製代碼

TOP

  1. #include<iostream>  
  2. #include<cstdlib>   
  3. using namespace std;   
  4. int main()   
  5. {   
  6.     int x=456, y=123;
  7.     cout<<"當x的值為"<<x<<",y的值為"<<y<<"時..."<<endl;
  8.     cout<<"x+y="<<x+y<<endl;
  9.     cout<<"x-y="<<x-y<<endl;
  10.     cout<<"x*y="<<x*y<<endl;
  11.     cout<<"x/y="<<x/y<<endl;
  12.     cout<<"x%y="<<x%y<<endl;
  13.     system("pause");
  14.     return 0;
複製代碼

TOP

本帖最後由 蔡季樺 於 2015-7-3 11:35 編輯
  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     int x=44444444444444444444, y=2222222222222222222222;
  7.     cout<<"當x的值為"<<x<<",y的值為"<<y<<" 時..."<<endl;
  8.     cout<<"x+y="<<x+y<<endl;
  9.     cout<<"x-y="<<x-y<<endl;
  10.     cout<<"x*y="<<x*y<<endl;
  11.     cout<<"x/y="<<x/y<<endl;
  12.     cout<<"x%y="<<x%y<<endl;
  13.     system("pause");
  14.     return 0;
  15. }
複製代碼

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     int x=9, y=6;
  7.     cout<<"當x的值為"<<x<<",y的值為"<<y<<" 時..."<<endl;
  8.     cout<<"x+y="<<x+y<<endl;
  9.     cout<<"x-y="<<x-y<<endl;
  10.     cout<<"x*y="<<x*y<<endl;
  11.     cout<<"x/y="<<x/y<<endl;
  12.     cout<<"x%y="<<x%y<<endl;
  13.     system("pause");
  14.     return 0;
  15. }
複製代碼

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     int x=50, y=3;
  7.     cout<<"當x的值為"<<x<<",y的值為"<<y<<" 時..."<<endl;
  8.     cout<<"x+y="<<x+y<<endl;
  9.     cout<<"x-y="<<x-y<<endl;
  10.     cout<<"x*y="<<x*y<<endl;
  11.     cout<<"x/y="<<x/y<<endl;
  12.     cout<<"x%y="<<x%y<<endl;
  13.     system("pause");
  14.     return 0;
  15. }
複製代碼

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     int x=544,y=5324;
  7.     cout<<"當x的值為"<<x<<",y的值為"<<y<<"時..."<<endl;
  8.     cout<<"x+y"<<x+y<<endl;
  9.     cout<<"x-y"<<x-y<<endl;
  10.     cout<<"x*y"<<x*y<<endl;
  11.     cout<<"x/y"<<x/y<<endl;
  12.     cout<<"x%y"<<x%y<<endl;
  13.     system("pause");
  14.     return 0;
  15. }
複製代碼

TOP

  1. #include<iostream>  
  2. #include<cstdlib>   
  3. using namespace std;   
  4. int main()   
  5. {   
  6.     int x=456, y=123;
  7.     cout<<"當x的值為"<<x<<",y的值為"<<y<<"時..."<<endl;
  8.     cout<<"x+y="<<x+y<<endl;
  9.     cout<<"x-y="<<x-y<<endl;
  10.     cout<<"x*y="<<x*y<<endl;
  11.     cout<<"x/y="<<x/y<<endl;
  12.     cout<<"x%y="<<x%y<<endl;
  13.     system("pause");
  14.     return 0;
複製代碼

TOP

  1. #include <iostream>
  2. #include <cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     int x=25,y=91;
  7.     cout<<"When X is"<<x<<",y is"<<y<<"..."<<endl;
  8.     cout<<"x*y="<<x*y<<endl;
  9.     cout<<"x+y="<<x+y<<endl;
  10.     cout<<"x-y="<<x-y<<endl;
  11.     cout<<"x/y="<<x/y<<endl;
  12.     cout<<"x%y="<<x%y<<endl;
  13.    
  14.     system("pause");
  15.     return 0;   
  16. }   
複製代碼

TOP

  1. #include<iostream>  //引入標頭檔 <iostream>  in & out stream
  2. #include<cstdlib>   //引入標頭檔 <cstdlib>   c standard library
  3. using namespace std;
  4. int main()
  5. {   
  6.       
  7.       int x=23,y=7;
  8.       cout<<"當x的值為"<<x<<",y的值為"<<y<<"時..."<<endl;
  9.       cout<<"x+y="<<x+y<<endl;
  10.       cout<<"x-y="<<x-y<<endl;
  11.       cout<<"x*y="<<x*y<<endl;
  12.       cout<<"x/y="<<x/y<<endl;
  13.       cout<<"x%y="<<x%y<<endl;      
  14.       
  15.       system("pause");
  16.       return 0;
  17. }
複製代碼

TOP

  1. #include<iostream>                                        //引入標頭檔<iostream   in& out stream>
  2. #include<cstdlib>                                       //引入標頭檔<cstdlib>  c standard library
  3. using namespace std;                                                          //指定命名空間 std
  4. int main()                                                                              //主函式
  5. {                                                              //大括號內為主函式所要執行的程式碼
  6.       //int x  
  7.       //int x   
  8.       //int y
  9.    int x=23,y=7;
  10.    
  11.    cout<<"x+y="<<x+y<<endl;
  12.    cout<<"x-y="<<x-y<<endl;
  13.    cout<<"x*y="<<x*y<<endl;
  14.    cout<<"x/y="<<x/y<<endl;
  15.    cout<<"x%y="<<x%y<<endl;
  16.     system("pause");                                                                  //畫面暫停
  17.     return 0;                                                 //回傳0給主控台告知程式已經成功執行
複製代碼

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {



  6. int x=23, y=7;

  7. cout<<"When x is"<<x<<",y is"<<y<<"..."<<endl;
  8. cout<<"x+y="<<x+y<<endl;
  9. cout<<"x-y="<<x-y<<endl;
  10. cout<<"x*y="<<x*y<<endl;
  11. cout<<"x/y="<<x/y<<endl;
  12. cout<<"x%y="<<x%y<<endl;

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

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     int x=9, y=6;
  7.     cout<<"請輸入X喔";
  8.     cin>>x;
  9.     cout<<"請輸入y喔";
  10.     cin>>y;
  11.     system("pause");
  12.     return 0;
  13. }
複製代碼

TOP

  1. #include<iostream>  //引入標頭檔 <iostream>  in & out stream
  2. #include<cstdlib>   //引入標頭檔 <cstdlib>   c standard library
  3. using namespace std;
  4. int main()  
  5. {
  6.     int  x;
  7.     cin>> x;
  8.     cout<<"您輸入的數字是"<<x<<endl;
  9.    
  10.     system("pause");
  11.     return 0;
  12. }
複製代碼

TOP

返回列表