標題:
自我介紹
[打印本頁]
作者:
tonyh
時間:
2019-7-19 10:14
標題:
自我介紹
試宣告五個變數來裝你的個人資料, 分別為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;
}
複製代碼
作者:
黃辰昊
時間:
2019-7-19 20:39
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
string name="黃辰昊",school="陽明國小";
int age=11;
float h=140, w=0;
cout<<"我的大名: "<<name<<endl;
cout<<"就讀: "<<school<<endl;
cout<<"今年: "<<age<<" 歲"<<endl;
cout<<"身高: "<<h<<" 公分"<<endl;
cout<<"體重: "<<w<<" 公斤"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
楊佑諺
時間:
2019-7-19 20:39
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
string name="楊侑諺",school="高雄高工";
int age=15;
float h =0,w=0;
cout<<"我的大名:"<<name<<endl;
cout<<"就讀:"<<school<<endl;
cout<<"今年:"<<age<<"歲"<<endl;
cout<<"身高"<<h<<"公分"<<endl;
cout<<"體重"<<w<<"公斤"<<endl;
cout<<"謝謝觀看"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
孫嘉駿
時間:
2019-7-19 20:44
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
string name="孫嘉駿", school="正興國中";
int age=9;
float h=1000, w=35;
cout<<"我的大名: "<<name<<endl;
cout<<"就讀: "<<school<<endl;
cout<<"今年: "<<age<<" 歲"<<endl;
cout<<"身高: "<<h<<" 公分"<<endl;
cout<<"體重: "<<w<<" 公斤"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
李宇澤
時間:
2019-7-19 20:45
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
string name="李宇澤", school="光華國中";
int age=12;
float h=171, w=50;
cout<<"我的大名: "<<name<<endl;
cout<<"就讀: "<<school<<endl;
cout<<"今年: "<<age<<" 歲"<<endl;
cout<<"身高: "<<h<<" 公分"<<endl;
cout<<"體重: "<<w<<" 公斤"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
董宸佑
時間:
2019-7-19 20:45
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
string name="董宸佑", school="博愛國小";
int age=12;
float h=154.7, w=49.5;
cout<<"我的大名: "<<name<<endl;
cout<<"就讀: "<<school<<endl;
cout<<"今年: "<<age<<" 歲"<<endl;
cout<<"身高: "<<h<<" 公分"<<endl;
cout<<"體重: "<<w<<" 公斤"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
林政瑜
時間:
2019-7-19 20:46
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
string n="林政瑜",s="三民國中(應該啦)",a="999+";
float h=94,w=87;
cout<<"傳說中的:"<<n<<endl;
cout<<"領地:"<<s<<endl;
cout<<"歲數:"<<a<<"歲"<<endl;
cout<<"高度:"<<h<<"公里"<<endl;
cout<<"在地球表面上所受的地心引力:"<<w<<"公噸"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
余有晉
時間:
2019-7-19 20:51
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
string name="余有晉",school="五福國中";
int age=12;
float h=170;
cout<<"我的大名: "<<name<<endl;
cout<<"就讀: "<<school<<endl;
cout<<"今年: "<<age<<" 歲"<<endl;
cout<<"身高: "<<h<<" 公分"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
施褕均
時間:
2019-7-19 20:56
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
string name="施褕均",school="前鎮高中";
int age=15;
float h=163;
cout<<"我的大名:"<<name<<endl;
cout<<"就讀:"<<school<<endl;
cout<<"今年:"<<age<<"歲"<<endl;
cout<<"身高:"<<h<<"公分"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
蔡忻霓
時間:
2019-7-19 20:57
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
string name="蔡忻霓";
string school="十全國小";
int age=11;
float h=180, w=0.01;
cout<<"我的大名: "<<name<<endl;
cout<<"就讀: "<<school<<endl;
cout<<"今年: "<<age<<" 歲"<<endl;
cout<<"身高: "<<h<<" 公分"<<endl;
cout<<"體重: "<<w<<" 公斤"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
陳宥穎
時間:
2019-7-19 21:00
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
string name="陳佑穎",schoooool="123";
int age=133;
float h=122.9, w=0.2;
cout<<"名子: "<<name<<endl;
cout<<"學校: : "<<schoooool<<endl;
cout<<"歲: : "<<age<<endl;
cout<<"身高: "<<h<<"公分"<<endl;
cout<<"體重: "<<w<<"公斤"endl;
system("pause");
return 0;
}
複製代碼
作者:
黃宥華
時間:
2019-7-23 16:32
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
string name="黃宥華",school="加昌國小";
int age=11;
float h=146.8,w=1.5;
cout<<"我的名字: "<<name<<endl;
cout<<"就讀"<<school<<endl;
cout<<"今年"<<age<<"歲"<<endl;
cout<<"身高"<<h<<"公尺"<<endl;
cout<<"體重"<<w<<"公噸"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
周之閔
時間:
2019-8-7 16:04
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
string name="周之閔",school="義大國際高中";
int age=16;
float h=172.2,w=55.5;
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