標題:
五則運算
[打印本頁]
作者:
tonyh
時間:
2017-2-3 13:46
標題:
五則運算
本帖最後由 tonyh 於 2017-2-3 14:45 編輯
+ 加
- 減
* 乘
/ 除
% 取餘數
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int x=12,y=7;
cout<<"當x的值為"<<x<<",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;
}
複製代碼
作者:
邵顯茗
時間:
2017-2-3 14:29
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
//五則運算
//int x;
//int y;
int x=23,y=7;
cout<<"當x的值為"<<x<<",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;
}
複製代碼
作者:
吳宇翔
時間:
2017-2-3 14:29
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int x=99 , y=86;
cout<<"當x的值為"<<x<<",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;
}
複製代碼
作者:
吳尚謙
時間:
2017-2-3 14:30
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int x=23,y=7;
cout<<"當x的值為"<<x<<",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
}
複製代碼
作者:
柯識一
時間:
2017-2-3 14:30
本帖最後由 柯識一 於 2017-2-3 14:31 編輯
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int x=123456789,y=987654321;
cout<<"當x的值為"<<x<<",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;
}
複製代碼
作者:
呂亮逵
時間:
2017-2-3 14:34
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int x=10,y=7;
cout<<"當x的值為"<<x<<",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;
}
複製代碼
作者:
吳孟軒
時間:
2017-2-3 14:37
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int x=888,y=666;
cout<<"當x的質為"<<x<<"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;
複製代碼
作者:
曹瑈芠
時間:
2017-2-3 14:41
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
//int x;
//int z;
int x=23,z=7;
cout<<"當x的值為"<<x<<",z的值為"<<z<<"時..."<<endl;
cout<<"x+z="<<x+z<<endl;
cout<<"x-z="<<x-z<<endl;
cout<<"x*z="<<x*z<<endl;
cout<<"x/z="<<x/z<<endl;
cout<<"x%z="<<x%z<<endl;
system("pause");
return 0;
}
複製代碼
作者:
張閎鈞
時間:
2017-2-3 14:42
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
//五則運算
//int x;
//int y;
int x=23,y=7;
cout<<"當x的值為"<<x<<",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;
cout<<"呵呵呵呵呵呵呵呵呵呵"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
莊晉安
時間:
2017-2-3 14:50
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
//五則運算
//int x;
//int y;
int x=23;
int y=7;
cout<<"當x的值為"<<x<<",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;
}
複製代碼
作者:
張凱婷
時間:
2017-2-3 14:50
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
//int x;
//int y;
int x=23,y=7;
cout<<"當x的值為"<<x<<",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;
}
複製代碼
作者:
吳冠叡
時間:
2017-2-3 15:17
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int x=10,y=7;
cout<<"當x的值為"<<x<<",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://seed.istak.org.tw/)
Powered by Discuz! 7.2