Board logo

標題: 五則運算 [打印本頁]

作者: t2364705    時間: 2011-9-10 16:42     標題: 五則運算

  1. #include<iostream>
  2. using namespace std;
  3. int main()
  4. {
  5.   int x;
  6.   int y;
  7.   cout<<"請輸入x值:";
  8.   cin>>x;
  9.   cout<<endl;
  10.   cout<<"請輸入y值:";
  11.   cin>>y;
  12.   cout<<"您剛輸入的x是:"<<x<<endl;
  13.   cout<<"您剛輸入的y為:"<<y<<endl;  
  14.   cout<<"x和y的五則運算如下:"<<endl;
  15.   cout<<"x+y="<<x+y<<endl;  
  16.   cout<<"x-y="<<x-y<<endl;
  17.   cout<<"x*y="<<x*y<<endl;
  18.   cout<<"x/y="<<x/y<<endl;
  19.   cout<<"x%y="<<x%y<<endl;
  20.     system("pause");
  21.     return 0;
  22. }
複製代碼





歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://seed.istak.org.tw/) Powered by Discuz! 7.2