標題:
紀錄字元 Char A
[打印本頁]
作者:
游東祥
時間:
2013-10-5 17:23
標題:
紀錄字元 Char A
本帖最後由 游東祥 於 2013-10-5 17:55 編輯
紀錄字元 Char A
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
char charA = 'A';
cout << "變數charA的內容是:" << charA << endl;
system ("pause");
return 0;
}
複製代碼
作者:
施伯叡
時間:
2013-10-5 17:24
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
char charA = 'A';
cout << "變數charA的內容是:" << charA << endl;
system ("pause");
return 0;
}
複製代碼
作者:
張峻瑋
時間:
2013-10-5 17:26
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
char charA = 'A';
cout<<"整數charA的內容是:"<<charA<<endl;
system("pause");
return 0;
}
複製代碼
作者:
張彥承
時間:
2013-10-5 17:29
[]#include<iostream>
#include<cstdlib>
using namespace std;
int main ()
{
char charA='A';
cout<<"變數charA的內容是:"<<charA<<endl;
system("pause") ;
return 0;
}
複製代碼
[/code]
作者:
謝典育
時間:
2013-10-5 17:31
#include<iostream>
using namespace std;
int main()
{
char charA = 'A';
cout <<"變數charA的內容是:"<< charA << endl;
system("pause");
return 0;
}
複製代碼
作者:
謝佩君
時間:
2013-10-5 17:32
提示:
作者被禁止或刪除 內容自動屏蔽
作者:
謝佩君
時間:
2013-10-5 17:57
提示:
作者被禁止或刪除 內容自動屏蔽
作者:
周雍程
時間:
2013-10-11 20:03
本帖最後由 周雍程 於 2013-10-11 20:04 編輯
#include <iostream>
#include <cstdlib>
using namespace std;
int main ()
{
char charA = 'A' ;
cout << "變數 charA的內容是:" << charA << endl;
system("pause");
return 0;
}
複製代碼
作者:
張郁偵
時間:
2013-10-11 20:04
#include<iostream>
#include<cstdlib>
using namespace std;
int main ()
{
char charA ='A';
cout<< "變數charA的內容是:" << charA << endl;
system("pause");
return 0;
}
複製代碼
作者:
張郁庭
時間:
2013-10-11 20:05
#include<iostream>
#include<cstdlib>
using namespace std;
int main ()
{
char charA = 'A';
cout << "變數charA的內容是:" << charA << endl;
system ("pause");
return 0;
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://seed.istak.org.tw/)
Powered by Discuz! 7.2