標題:
2022/3/16 作業
[打印本頁]
作者:
鄭繼威
時間:
2022-3-16 19:52
標題:
2022/3/16 作業
本帖最後由 鄭繼威 於 2022-3-16 21:24 編輯
1.練習[
五則運算 (一)
]
2.
打字練習
簿完成第
4
頁(
記得準確率要100%哦
)
3.修改
基本輸入輸出
讓其可以輸入.輸出含有小數的數
今天在課堂上的基本輸入輸出只能輸入int(整數)型態的我想要可以輸入float(浮點數)型態的
提示:試著
換盒子的型態
修改前
[attach]12880[/attach]
修改後
[attach]12881[/attach]
作者:
陳牧謙
時間:
2022-3-19 21:49
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
float a; //int ---> integer 整數
cout<<"請輸入一整數: ";
cin>>a;
cout<<"你剛輸入的數字是: "<<a<<endl;
system("pause");
return 0;
}
複製代碼
作者:
鄭繼威
時間:
2022-3-20 23:48
回復
2#
陳牧謙
很好
作者:
李彣
時間:
2022-3-23 16:46
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
float a; //int ---> integer 整數
cout<<"請輸入一整數: ";
cin>>a;
cout<<"你剛輸入的數字是: "<<a<<endl;
system("pause");
return 0;
}
複製代碼
作者:
鄭繼威
時間:
2022-3-23 20:00
回復
4#
李彣
棒!!
作者:
黃裕恩
時間:
2022-3-24 00:02
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
float a; //int ---> integer 整數
cout<<"請輸入一整數: ";
cin>>a;
cout<<"你剛輸入的數字是: "<<a<<endl;
system("pause");
return 0;
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2