Board logo

標題: 【軟體】打字練習軟體 [打印本頁]

作者: 李泳霖    時間: 2021-10-8 15:13     標題: 【軟體】打字練習軟體

中打 CType
英打 EType

TypingClub

作者: 郭又瑄    時間: 2021-10-8 20:46

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     string name="郭又瑄";
  7.     string school="獅湖國小";
  8.     int age=11;
  9.     float h=179.9;
  10.     float w=100.1;
  11.     cout<<"我的大名:"<<name<<endl;
  12.     cout<<"就讀:"<<school<<endl;
  13.     cout<<"年紀:"<<age<<"years old"<<endl;
  14.     cout<<"身高:"<<h<<"cm"<<endl;
  15.     cout<<"體重:"<<w<<"kg"<<endl;
  16.     system("pause");
  17.     return 0;
  18. }
複製代碼

作者: 洪浚恩    時間: 2021-10-8 20:47

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     string name="洪浚恩";
  7.     string school="五權國小";
  8.     int age=9;
  9.     float high=157.5;
  10.     float weight=54;
  11.     cout<<"我的大名:"<<name<<endl;
  12.     cout<<"就讀:"<<school<<endl;
  13.     cout<<"年齡"<<age<<"歲"<<endl;
  14.     cout<<"身高:"<<high<<"cm"<<endl;
  15.     cout<<"體重:"<<weight<<"kg"<<endl;
  16.     system("pause");
  17.     return 0;
  18. }   
複製代碼

作者: 賴聿均    時間: 2021-10-8 20:49

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     string name="賴聿均";
  7.     string sch="南成國小";
  8.     int age=11;
  9.     float h=144.6;
  10.     float w=36.1;
  11.     cout<<"我的大名:"<<name<<endl;
  12.     cout<<"就讀"<<sch<<endl;
  13.     cout<<"我"<<age<<"歲"<<endl;
  14.     cout<<"我"<<h<<"公分"<<endl;
  15.     cout<<"我"<<w<<"公斤"<<endl;
  16.     system("pause");
  17.     return 0;  
  18. }
複製代碼

作者: 尤爾帆    時間: 2022-7-15 20:36

[attach]13323[/attach][attach]13324[/attach]




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