Board logo

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

作者: tonyh    時間: 2016-1-22 10:34     標題: [隨堂測驗] 基本輸入輸出 (二)

本帖最後由 tonyh 於 2016-1-22 11:16 編輯

試實作如下之執行畫面:

[attach]1501[/attach]
  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+y="<<x+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.     system("pause");
  17.     return 0;   
  18. }
複製代碼

作者: 李啟綸    時間: 2016-1-22 10:59

此帖僅作者可見
作者: 任立宇    時間: 2016-1-22 11:04

此帖僅作者可見
作者: 陸長辰    時間: 2016-1-22 11:05

此帖僅作者可見
作者: 黃茂勛    時間: 2016-1-22 11:19

此帖僅作者可見
作者: 洪億承    時間: 2016-1-22 11:20

此帖僅作者可見
作者: 潘彥勳    時間: 2016-1-22 11:23

此帖僅作者可見
作者: 龔承緯    時間: 2016-1-22 11:24

此帖僅作者可見
作者: 巫沛庭    時間: 2016-1-22 11:36

此帖僅作者可見
作者: 巫晉宇    時間: 2016-1-22 11:51

此帖僅作者可見




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