標題:
【軟體】打字練習軟體
[打印本頁]
作者:
李泳霖
時間:
2021-10-8 15:13
標題:
【軟體】打字練習軟體
中打 CType
英打 EType
TypingClub
作者:
郭又瑄
時間:
2021-10-8 20:46
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
string name="郭又瑄";
string school="獅湖國小";
int age=11;
float h=179.9;
float w=100.1;
cout<<"我的大名:"<<name<<endl;
cout<<"就讀:"<<school<<endl;
cout<<"年紀:"<<age<<"years old"<<endl;
cout<<"身高:"<<h<<"cm"<<endl;
cout<<"體重:"<<w<<"kg"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
洪浚恩
時間:
2021-10-8 20:47
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
string name="洪浚恩";
string school="五權國小";
int age=9;
float high=157.5;
float weight=54;
cout<<"我的大名:"<<name<<endl;
cout<<"就讀:"<<school<<endl;
cout<<"年齡"<<age<<"歲"<<endl;
cout<<"身高:"<<high<<"cm"<<endl;
cout<<"體重:"<<weight<<"kg"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
賴聿均
時間:
2021-10-8 20:49
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
string name="賴聿均";
string sch="南成國小";
int age=11;
float h=144.6;
float w=36.1;
cout<<"我的大名:"<<name<<endl;
cout<<"就讀"<<sch<<endl;
cout<<"我"<<age<<"歲"<<endl;
cout<<"我"<<h<<"公分"<<endl;
cout<<"我"<<w<<"公斤"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
尤爾帆
時間:
2022-7-15 20:36
[attach]13323[/attach][attach]13324[/attach]
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://seed.istak.org.tw/)
Powered by Discuz! 7.2