標題:
2023/05/25 作業
[打印本頁]
作者:
陳育霖
時間:
2023-5-25 22:10
標題:
2023/05/25 作業
本帖最後由 陳育霖 於 2023-5-25 22:11 編輯
作業:
1. 完成
自我介紹
後,並在下方回復代碼
2.
Typing Club
完成1~15(記錄在練習簿上,正確率需100%)
3. 複習第一支程式的內容(為下次考試內容)
作者:
李東諺
時間:
2023-5-27 18:14
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
string name="李東諺", school="七賢國小";
int age=12;
float h=160.1, w=51.2;
cout<<"我的大名: "<<name<<endl;
cout<<"就讀: "<<school<<endl;
cout<<"今年: "<<age<<" 歲"<<endl;
cout<<"身高: "<<h<<" 公分"<<endl;
cout<<"體重: "<<w<<" 公斤"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
陳姿瑜
時間:
2023-5-27 21:52
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
string name ="陳姿瑜",school ="右昌國中";
int age=15;
float h=161,w=53;
cout<<"我的大名:"<<name<<endl;
cout<<"就讀:"<<school<<endl;
cout<<"今年:"<<age<<endl;
cout<<"身高:"<<h<<"公分"<<endl;
cout<<"體重:"<<W<<"公斤"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
陳沁寧
時間:
2023-5-28 22:41
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
string name = "陳沁寧" , school = "復華國中";
int age = 13;
float h = 160.5 , w = 40.5;
cout << "我的名字:" << name << endl;
cout << "目前就讀:" << school << endl;
cout << "年紀:" << age << "歲" << endl;
cout << "身高:" << h << "公分" << endl;
cout << "體重:" << w << "公斤" << endl;
system("pause");
return 0;
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://seed.istak.org.tw/)
Powered by Discuz! 7.2