返回列表 發帖

自我介紹

試宣告五個變數來裝你的個人資料, 分別為2個字串(string)變數, 1個整數(int)變數, 2個浮點數(float)變數, 完成如下的執行畫面:

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     string name="黃國穎", school="愛國國小";
  7.     int age=9;
  8.     float h=138.6, w=27.5;
  9.     cout<<"我的大名: "<<name<<endl;
  10.     cout<<"就讀: "<<school<<endl;
  11.     cout<<"今年: "<<age<<" 歲"<<endl;
  12.     cout<<"身高: "<<h<<" 公分"<<endl;
  13.     cout<<"體重: "<<w<<" 公斤"<<endl;
  14.     system("pause");
  15.     return 0;   
  16. }
複製代碼
Su Wa

本帖最後由 陳泳淇 於 2020-7-4 20:43 編輯
  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     string name="陳泳淇", school="kas";
  7.     int age=15;
  8.     float h=太矮, w=太重;
  9.     cout<<"我的大名: "<<name<<endl;
  10.     cout<<"就讀 :"<<school<<endl;
  11.     cout<<"今年: "<<age<<" 歲"<<endl;
  12.     cout<<"身高: "<<h<<" 公分"<<endl;
  13.     cout<<"體重: "<<w<<" 公斤"<<endl;
  14.     system("pause");
  15.     return 0;
  16. }
複製代碼

TOP

  1. #include <iostream>
  2. #include <cstdlib>
  3. using namespace std;
  4. int main ()
  5. {
  6.     string name="蔡旭恩", school="不好說", w="哈哈不跟你說";
  7.     int age=14, h=174;
  8.     cout<<"我的大名: "<<name<<endl;
  9.     cout<<"就讀: "<<school<<endl;
  10.     cout<<"今年" <<age<<"歲"<<endl;
  11.     cout<<"身高: " <<h<<"cm"<<endl;
  12.     cout<<"體重: " <<w<<endl;
  13.     system ("pause");
  14.     return 0;
  15. }
複製代碼

TOP

本帖最後由 呂宸瑄 於 2020-7-4 20:42 編輯
  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     string name="呂宸瑄",school="鳳西國小";
  7.     int age=12;
  8.     float h=143.5,w=33.5;
  9.     cout<<"我的大名:"<<name<<endl;
  10.     cout<<"就讀:"<<school<<endl;
  11.     cout<<"今年:"<<age<<"歲"<<endl;
  12.     cout<<"身高:"<<h<<"公分"<<endl;
  13.     cout<<"體重:"<<w<<"公斤"<<endl;
  14.     system("pause");
  15.     return 0;
  16. }
複製代碼

TOP

本帖最後由 顏宇鋒 於 2020-7-4 20:44 編輯
  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     string name="顏宇鋒",school="中崙國中";
  7.     int age=13;
  8.     float h=150,w=45.3;
  9.     cout<<"我的大名: "<<name<<endl;
  10.     cout<<"就讀: "<<school<<endl;
  11.     cout<<"今年: "<<age<<"歲"<<endl;
  12.     cout<<"身高: "<<h<<"公分"<<endl;
  13.     cout<<"體重: "<<w<<"公斤"<<endl;
  14.     system("pause");
  15.     return 0;
  16. }
複製代碼

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     string name="曾元瑜", school="明誠國小";
  7.     int age=11;
  8.     float h=155.3, w=39.4;
  9.     cout<<"我的大名: "<<name<<endl;
  10.     cout<<"就讀: "<<school<<endl;
  11.     cout<<"今年: "<<age<<"歲"<<endl;
  12.     cout<<"身高: "<<h<<"公分"<<endl;
  13.     cout<<"體重: "<<w<<"公斤"<<endl;
  14.     system("pause");
  15.     return 0;
  16. }
複製代碼

TOP

本帖最後由 吳湘儀 於 2020-7-4 20:54 編輯
  1. [code]#include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     string name="吳湘儀 " ,school="信義國小";
  7.     int age=11;
  8.     float h=148.8,w?;
  9.     cout<<"我的大名:"<<name<<endl;
  10.     cout<<"就讀;" <<school<<endl;
  11.     cout<<"今年:"<<age<<"歲"<<endl;
  12.     cout<<"身高:" <<h<<"公分"<<endl;
  13.     cout<<"體重:"<<w<<"公斤" <<endl;
  14.     system("pause");
  15.     return0;
  16.     }
複製代碼
[/code]

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     string name="林土水", school="鳳西國小";
  7.     int age=12;
  8.     float h=156.2, w=43.6;
  9.     cout<<"我的大名: "<<name<<endl;
  10.     cout<<"就讀: "<<school<<endl;
  11.     cout<<"今年: "<<age<<" 歲"<<endl;
  12.     cout<<"身高: "<<h<<" 公分"<<endl;
  13.     cout<<"體重: "<<w<<" 公斤"<<endl;
  14.     system("pause");
  15.     return 0;  
複製代碼

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     string name="張博竣",  school="信義國小";
  7.     int age=11;
  8.     float h=140.9, w=39.8;
  9.     cout<<"我的大名: "<<name<<endl;
  10.     cout<<"就讀: "<<school<<endl;
  11.     cout<<"今年: "<<age<<" 歲"<<endl;
  12.     cout<<"身高: "<<h<<" 公分"<<endl;
  13.     cout<<"體重: "<<w<<" 公斤"<<endl;
  14.     system("pause");
  15.     return 0;
複製代碼

TOP

  1. #include <iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main ()
  5. {
  6.     string name="陳柏霖", school="三民國中";
  7.     int age=13;
  8.     float h=154.1, w=51.8;
  9.     cout <<"我的大名: "<<name<<endl;
  10.     cout<<"就讀: "<<school<< endl;
  11.     cout<<"今年: "<<age<<" 歲"<< endl;
  12.     cout<<"身高: "<<h<<" 公分"<<endl;
  13.     cout<<"體重: "<<w<<" 公斤"<<endl;
  14.     system("pause");
  15.     return 0;
  16. }
複製代碼

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     string name="文硯";
  7.     string school="陽明國中";
  8.     int age=12;
  9.     float h=152.2,w=41.2;
  10.     cout<<"我的大名: "<<name<<endl;
  11.     cout<<"就讀: "<<school<<endl;
  12.     cout<<"今年: "<<age<<" 歲"<<endl;
  13.     cout<<"身高: "<<h<<" 公分"<<endl;
  14.     cout<<"體重: "<<w<<" 公斤"<<endl;
  15.     system ("pause");
  16.     return 0;
  17. }
複製代碼

TOP

  1. #include <iostream>
  2. #include <cstdlib>
  3. using namespace std;

  4. int main()
  5. {
  6.    string name="洪勻蓁", school="道明中學";
  7.    int age=17;
  8.    float h=159.8, w=52;
  9.    cout<<"我的名字是"<<name<<endl;
  10.    cout<<"就讀"<<school<<endl;
  11.    cout<<"今年"<<age<<endl;
  12.    cout<<"身高"<<h<<"公分"<<endl;
  13.    cout<<"體重"<<w<<"公斤"<<endl;
  14.    system("pause");
  15.    return 0;
  16. }
複製代碼

TOP

返回列表