標題:
自我介紹
[打印本頁]
作者:
tonyh
時間:
2019-4-27 11:09
標題:
自我介紹
試宣告五個變數來裝你的個人資料, 分別為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-4-27 11:57
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
string name="劉愷恩",school="正興國中";
int age=14;
float height=164.4,weight=48.9;
cout<<"我的名字:"<<name<<endl;
cout<<"就讀:"<<school<<endl;
cout<<"今年:"<<age<<" 歲"<<endl;
cout<<"身高:"<<height<<" 公分"<<endl;
cout<<"體重:"<<weight<<" 公斤"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
曾宥程
時間:
2019-4-27 12:00
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
string name="曾宥程 Vincent",school="鳳翔國小";
int age=12;
float h=143.9,w=40.3;
cout<<"hello!"<<",這是我的自我介紹"<<endl;
cout<<"我的大名:"<<name<<endl;
cout<<"就讀:"<<school<<endl;
cout<<"今年:"<<age<<"歲"<<endl;
cout<<"身高:"<<h<<"公分"<<endl;
cout<<"體重:"<<w<<"公斤"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
王翎璇
時間:
2019-4-27 12:05
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
string name="王翎璇",school="東光國小";
int age=10;
float h=157,w=37;
cout<<"我的大名:"<<name<<endl;
cout<<"就讀:"<<school<<endl;
cout<<"今年:"<<age<<endl;
cout<<"身高:"<<h<<"cm"<<endl;
cout<<"體重:"<<w<<"kg"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
林孟蓁
時間:
2019-4-28 16:40
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
string name="林孟蓁",school="陽明國小";
int age=9;
flout h=134.6,w=28.5;
cout<<"我的大名: "<<name<<endl;
cout<<"就讀: "<<school<<endl;
cout<<"今年: "<<age<<" 歲"<<endl;
cout<<"身高: "<<h<<" 公分"<<endl;
cout<<"體重: "<<w<<" 公斤"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
郭哲維
時間:
2019-4-28 19:31
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
string name="郭哲維", school="瑞祥國小";
int age=9;
float h=130.7, w=26.5;
cout<<"我的大名: "<<name<<endl;
cout<<"就讀: "<<school<<endl;
cout<<"今年: "<<age<<" 歲"<<endl;
cout<<"身高: "<<h<<" 公分"<<endl;
cout<<"體重: "<<w<<" 公斤"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
蔡少宇
時間:
2019-5-2 21:53
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
string name="蔡少宇",school="東光國小";
int age=9
float h=141.7,w=30.5;
cout<<"我的大名:"<<name<<endl;
cout<<"就讀:"<<school<<endl;
cout<<" 今年:"<<age<<"歲"<<endl;
cout<<"身高:"<<h<<" 公分"<<endl;
cout<<"體重:"<<w<<"公斤"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
鄭羽捷
時間:
2019-5-3 20:32
本帖最後由 鄭羽捷 於 2019-5-3 20:35 編輯
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
string name="鄭羽捷",school="東光國小";
int age=9;
float h=135.0,w=27.2;
cout<<"我的大名:"<<name<<endl;
cout<<"就讀:"<<school<<endl;
cout<<"今年:"<<age<<"歲"<<endl;
cout<<"身高:"<<h<<"公分"<<endl;
cout<<"體重:"<<w<<"公斤"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
蔡承伭
時間:
2019-5-4 10:32
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
string name="蔡承伭", school="漢民國小";
int age=11;
float h=138.9, w=28.4;
cout<<"我的大名: "<<name<<endl;
cout<<"就讀: "<<school<<endl;
cout<<"今年: "<<age<<" 歲"<<endl;
cout<<"身高: "<<h<<" 公分"<<endl;
cout<<"體重: "<<w<<" 公斤"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
駱顗安
時間:
2020-4-9 17:32
#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;
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2