Board logo

標題: [隨堂測驗] 基本輸入輸出 (二) [打印本頁]

作者: 王瑞喻    時間: 2020-8-17 10:28     標題: [隨堂測驗] 基本輸入輸出 (二)

本帖最後由 王瑞喻 於 2020-8-17 15:57 編輯

實作如下之執行畫面:

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     int x,y;
  7.     cout<<"輸入x的值: ";
  8.     cin>>x;
  9.     cout<<"輸入y的值: ";
  10.     cin>>y;
  11.     cout<<"當x等於"<<x<<",y等於"<<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.     cout<<"x%y="<<x%y<<endl;
  17.     system("pause");
  18.     return 0;
  19. }
複製代碼

作者: 康恆睿    時間: 2020-8-17 15:58

此帖僅作者可見
作者: 蔡惟丞    時間: 2020-8-17 15:59

此帖僅作者可見
作者: 陳柏安    時間: 2020-8-17 16:00

此帖僅作者可見
作者: 梁仲維    時間: 2020-8-17 16:01

此帖僅作者可見
作者: 吳英睿    時間: 2020-8-17 16:02

此帖僅作者可見
作者: 于舜合    時間: 2020-8-17 16:03

此帖僅作者可見
作者: 林妤凡    時間: 2020-8-17 16:03

此帖僅作者可見
作者: 鄞美旭    時間: 2020-8-17 16:03

此帖僅作者可見
作者: 孫子傑    時間: 2020-8-17 16:05

此帖僅作者可見




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