Board logo

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

作者: 李泳霖    時間: 2021-10-15 15:20     標題: 五則運算 (一)

本帖最後由 李泳霖 於 2021-10-22 19:25 編輯

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


  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     int x=10, 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. }
複製代碼

作者: 李泳霖    時間: 2021-10-15 15:20

此帖僅作者可見
作者: 賴聿均    時間: 2021-10-15 20:26

此帖僅作者可見
作者: 吳侑諶    時間: 2021-10-15 20:27

此帖僅作者可見
作者: 王宥凱    時間: 2021-10-15 20:27

此帖僅作者可見
作者: 洪浚恩    時間: 2021-10-15 20:29

此帖僅作者可見
作者: 尤爾帆    時間: 2021-10-15 20:33

此帖僅作者可見
作者: 尤爾璿    時間: 2021-10-15 20:35

此帖僅作者可見
作者: 蘇允翎    時間: 2021-10-20 21:15

此帖僅作者可見




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