標題:
【軟體】打字練習軟體
[打印本頁]
作者:
葉桔良
時間:
2021-12-2 15:50
標題:
【軟體】打字練習軟體
中打 CType
英打 EType
TypingClub
作者:
邱玟振
時間:
2021-12-25 15:56
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"HELLO"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
邱玟振
時間:
2021-12-25 16:49
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
float x, y;
cout<<"請輸入三角形的底(公分): ";
cin>>x;
cout<<"請輸入三角形的高(公分): ";
cin>>y;
cout<<"底"<<x<<"公分,高"<<y<<"公分的三角形,面積為"<<x*y/2<<"平方公分."<<endl;
system("pause");
return 0;
}
複製代碼
作者:
邱玟振
時間:
2021-12-25 17:00
半徑 x 半徑 x 3.14
複製代碼
作者:
邱玟振
時間:
2021-12-25 17:16
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
float r;
cout<<"請輸入圓的半徑: ";
cin>>r;
cout<<"半徑"<<r<<"公分的圓,面積為"<<r*r*3.14<<"平方公分."<<endl;
system("pause");
return 0;
}
複製代碼
作者:
石皓云
時間:
2022-4-2 15:53
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://seed.istak.org.tw/)
Powered by Discuz! 7.2