【c++範例】輸出、入變數的值

by - 晚上8:18

#include <iostream>
using namespace std;
int main()
{
    int x;
    int y;
  
    cout<<“Input two integers to get sum:”<<endl; 
    cin>>x>>y;
    cout<<“The sum of “<<x<<” and “<<y<<” is “<<x+y<<endl;
  
    return 0;
}

你可能會喜歡

1 意見

  1. 【C++範例】輸出、入變數的值 - 歐維斯福利設 >>>>> Download Now

    >>>>> Download Full

    【C++範例】輸出、入變數的值 - 歐維斯福利設 >>>>> Download LINK

    >>>>> Download Now

    【C++範例】輸出、入變數的值 - 歐維斯福利設 >>>>> Download Full

    >>>>> Download LINK

    回覆刪除