標題:
第一支程式
[打印本頁]
作者:
tonyh
時間:
2011-9-28 11:17
標題:
第一支程式
本帖最後由 tonyh 於 2011-10-5 13:45 編輯
#include<iostream> //呼叫我要使用的工具
using namespace std; //將工具放在工具箱
int main() //主程式
{
cout <<"Hello! My name is Tony!"<< endl;
system("pause");
return 0;
}
複製代碼
作者:
陳詩凱
時間:
2011-10-5 13:56
#include<iostream>
using namespace std;
int main()
{
int x,y;
cout<<"請輸入x的質:";
cin>>x;
cout<<"請輸入y的質:";
cin>>y;
cout<<"x的質:"<<x<<endl;
cout<<"y的質:"<<y<<endl;
system("pause");
return 0;
}
作者:
林宥辰
時間:
2011-10-5 13:58
#include<iostream>
using namespace std;
int main()
{
int x, y;
cout<<"請輸入x的值:";
cin>>x;
cout<<"請輸入y的值:";
cin>>y;
cout<<"x的值"<<x<<endl;
cout<<"x的值"<<x<<endl;
system("pause");
return 0;
}
#include<iostream>
using namespace std;
int main()
{
int x, y;
cout<<"請輸入x的值:";
cin>>x;
cout<<"請輸入y的值:";
cin>>y;
cout<<"x的值"<<x<<endl;
cout<<"x的值"<<x<<endl;
system("pause");
return 0;
}
複製代碼
作者:
黃崇維
時間:
2011-11-7 20:59
#include<iostream>
using namespace std;
int main()
{
int x,y;
cout<<"請輸入x的質:";
cin>>x;
cout<<"請輸入y的質:";
cin>>y;
cout<<"x的質:"<<x<<endl;
cout<<"y的質:"<<y<<endl;
system("pause");
return 0;
}
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2