標題:
五則運算
[打印本頁]
作者:
tonyh
時間:
2012-3-6 13:37
標題:
五則運算
本帖最後由 tonyh 於 2012-3-14 11:12 編輯
加 +
減 -
乘 *
除 /
取餘數 %
#include<iostream>
using namespace std;
int main()
{
int x=100,y=15;
cout<<"x的值為: "<<x<<endl;
cout<<"y的值為: "<<y<<endl;
cout<<"x+y="<<x+y<<endl;
cout<<"x-y="<<x-y<<endl;
cout<<"x*y="<<x*y<<endl;
cout<<"x/y="<<x/y<<endl;
cout<<"x%y="<<x%y<<endl;
system("pause");
return 0;
}
複製代碼
作者:
蔡岳凌
時間:
2012-3-10 11:28
#include<iostream>
using namespace std;
int main()
{
int x=20;
int y=10;
cout<<"x+y="<<x+y<<endl;
cout<<"x-y="<<x-y<<endl;
cout<<"x*y="<<x*y<<endl;
cout<<"x/y="<<x/y<<endl;
cout<<"x%y="<<x%y<<endl;
system("pause");
return 0;
}
複製代碼
作者:
蘇冠鈞
時間:
2012-3-14 13:20
#include<iostream>
using namespace std;
int main()
{
int x=20'
int y=10'
cout<<""x+y<<endl<<
cout<<""x+y<<endl<<
cout<<""x+y<<endl<<
cout<<""x+y<<endl<<
cout<<""x+y<<endl<<
system("pause");
return0;
}
複製代碼
作者:
黃睿帆
時間:
2012-3-14 13:25
#include<iostream>
using namespace std;
int main()
{
int x=100,y=15;
cout<<"x的值為: "<<x<<endl;
cout<<"y的值為: "<<y<<endl;
cout<<"x+y="<<x+y<<endl;
cout<<"x-y="<<x-y<<endl;
cout<<"x*y="<<x*y<<endl;
cout<<"x/y="<<x/y<<endl;
cout<<"x%y="<<x%y<<endl;
system("pause");
return 0;
}
複製代碼
作者:
鄭睿恒
時間:
2012-3-14 13:34
#include<iostream>
using namespace std;
int main()
{
int x=100,y=15
cout<<"x的位值"<<x<<endl;
cout<<"y的位值"<<y<<endl;
cout<<"x+y="<<x+y<<endl;
cout<<"x-y="<<x-y<<endl;
cout<<"x*y="<<x*y<<endl;
cout<<"x/y="<<x/y<<endl;
cout<<"x%y="<<x%y<<endl;
system("pause");
return 0;
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2