標題:
自我介紹
[打印本頁]
作者:
王瑞喻
時間:
2020-7-3 14:05
標題:
自我介紹
試宣告五個變數來裝你的個人資料, 分別為2個字串(string)變數, 1個整數(int)變數, 2個浮點數(float)變數, 完成如下的執行畫面:
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
string name="黃國穎", school="愛國國小";
int age=9;
float h=138.6, w=27.5;
cout<<"我的大名: "<<name<<endl;
cout<<"就讀: "<<school<<endl;
cout<<"今年: "<<age<<" 歲"<<endl;
cout<<"身高: "<<h<<" 公分"<<endl;
cout<<"體重: "<<w<<" 公斤"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
陳泳淇
時間:
2020-7-4 20:38
本帖最後由 陳泳淇 於 2020-7-4 20:43 編輯
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
string name="陳泳淇", school="kas";
int age=15;
float h=太矮, w=太重;
cout<<"我的大名: "<<name<<endl;
cout<<"就讀 :"<<school<<endl;
cout<<"今年: "<<age<<" 歲"<<endl;
cout<<"身高: "<<h<<" 公分"<<endl;
cout<<"體重: "<<w<<" 公斤"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
蔡旭恩
時間:
2020-7-4 20:40
#include <iostream>
#include <cstdlib>
using namespace std;
int main ()
{
string name="蔡旭恩", school="不好說", w="哈哈不跟你說";
int age=14, h=174;
cout<<"我的大名: "<<name<<endl;
cout<<"就讀: "<<school<<endl;
cout<<"今年" <<age<<"歲"<<endl;
cout<<"身高: " <<h<<"cm"<<endl;
cout<<"體重: " <<w<<endl;
system ("pause");
return 0;
}
複製代碼
作者:
呂宸瑄
時間:
2020-7-4 20:40
本帖最後由 呂宸瑄 於 2020-7-4 20:42 編輯
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
string name="呂宸瑄",school="鳳西國小";
int age=12;
float h=143.5,w=33.5;
cout<<"我的大名:"<<name<<endl;
cout<<"就讀:"<<school<<endl;
cout<<"今年:"<<age<<"歲"<<endl;
cout<<"身高:"<<h<<"公分"<<endl;
cout<<"體重:"<<w<<"公斤"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
顏宇鋒
時間:
2020-7-4 20:41
本帖最後由 顏宇鋒 於 2020-7-4 20:44 編輯
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
string name="顏宇鋒",school="中崙國中";
int age=13;
float h=150,w=45.3;
cout<<"我的大名: "<<name<<endl;
cout<<"就讀: "<<school<<endl;
cout<<"今年: "<<age<<"歲"<<endl;
cout<<"身高: "<<h<<"公分"<<endl;
cout<<"體重: "<<w<<"公斤"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
曾元瑜
時間:
2020-7-4 20:50
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
string name="曾元瑜", school="明誠國小";
int age=11;
float h=155.3, w=39.4;
cout<<"我的大名: "<<name<<endl;
cout<<"就讀: "<<school<<endl;
cout<<"今年: "<<age<<"歲"<<endl;
cout<<"身高: "<<h<<"公分"<<endl;
cout<<"體重: "<<w<<"公斤"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
吳湘儀
時間:
2020-7-4 20:52
本帖最後由 吳湘儀 於 2020-7-4 20:54 編輯
[code]#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
string name="吳湘儀 " ,school="信義國小";
int age=11;
float h=148.8,w?;
cout<<"我的大名:"<<name<<endl;
cout<<"就讀;" <<school<<endl;
cout<<"今年:"<<age<<"歲"<<endl;
cout<<"身高:" <<h<<"公分"<<endl;
cout<<"體重:"<<w<<"公斤" <<endl;
system("pause");
return0;
}
複製代碼
[/code]
作者:
林土水
時間:
2020-7-4 20:54
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
string name="林土水", school="鳳西國小";
int age=12;
float h=156.2, w=43.6;
cout<<"我的大名: "<<name<<endl;
cout<<"就讀: "<<school<<endl;
cout<<"今年: "<<age<<" 歲"<<endl;
cout<<"身高: "<<h<<" 公分"<<endl;
cout<<"體重: "<<w<<" 公斤"<<endl;
system("pause");
return 0;
複製代碼
作者:
張博竣
時間:
2020-7-4 20:59
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
string name="張博竣", school="信義國小";
int age=11;
float h=140.9, w=39.8;
cout<<"我的大名: "<<name<<endl;
cout<<"就讀: "<<school<<endl;
cout<<"今年: "<<age<<" 歲"<<endl;
cout<<"身高: "<<h<<" 公分"<<endl;
cout<<"體重: "<<w<<" 公斤"<<endl;
system("pause");
return 0;
複製代碼
作者:
柏霖
時間:
2020-7-10 20:30
#include <iostream>
#include<cstdlib>
using namespace std;
int main ()
{
string name="陳柏霖", school="三民國中";
int age=13;
float h=154.1, w=51.8;
cout <<"我的大名: "<<name<<endl;
cout<<"就讀: "<<school<< endl;
cout<<"今年: "<<age<<" 歲"<< endl;
cout<<"身高: "<<h<<" 公分"<<endl;
cout<<"體重: "<<w<<" 公斤"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
文硯
時間:
2020-7-11 15:30
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
string name="文硯";
string school="陽明國中";
int age=12;
float h=152.2,w=41.2;
cout<<"我的大名: "<<name<<endl;
cout<<"就讀: "<<school<<endl;
cout<<"今年: "<<age<<" 歲"<<endl;
cout<<"身高: "<<h<<" 公分"<<endl;
cout<<"體重: "<<w<<" 公斤"<<endl;
system ("pause");
return 0;
}
複製代碼
作者:
洪勻蓁
時間:
2021-3-10 20:41
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
string name="洪勻蓁", school="道明中學";
int age=17;
float h=159.8, w=52;
cout<<"我的名字是"<<name<<endl;
cout<<"就讀"<<school<<endl;
cout<<"今年"<<age<<endl;
cout<<"身高"<<h<<"公分"<<endl;
cout<<"體重"<<w<<"公斤"<<endl;
system("pause");
return 0;
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2