標題:
顯示含有小數點的身高
[打印本頁]
作者:
游東祥
時間:
2013-10-5 17:01
標題:
顯示含有小數點的身高
本帖最後由 游東祥 於 2013-10-5 17:23 編輯
顯示含有小數點的身高
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
float height = 250.5;
cout << "我的身高是 : " << height << endl;
system("pause");
return 0;
}
複製代碼
作者:
施伯叡
時間:
2013-10-5 17:02
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
float height = 139.5;
cout << "我的身高:" << height << endl;
system ("pause");
return 0;
}
複製代碼
作者:
張峻瑋
時間:
2013-10-5 17:03
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
system("pause");
return 0;
}
複製代碼
作者:
張彥承
時間:
2013-10-5 17:04
#include<iostream>
#include<cstdlib>
using namespace std;
int main ()
{
float height=162.6 ;
cout<<"我的身高是:"<<height<<endl;
system("pause") ;
return 0;
}
複製代碼
作者:
張峻瑋
時間:
2013-10-5 17:04
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
float height =137.5;
cout <<"我的身高是:"<<height<<endl ;
system("pause");
return 0;
}
複製代碼
作者:
謝典育
時間:
2013-10-5 17:08
#include<iostream>
using namespace std;
int main()
{
float height = 150.99999;
cout <<"我的身高是:"<< height << endl;
system("pause");
return 0;
}
複製代碼
作者:
謝佩君
時間:
2013-10-5 17:09
提示:
作者被禁止或刪除 內容自動屏蔽
作者:
謝佩君
時間:
2013-10-5 17:32
提示:
作者被禁止或刪除 內容自動屏蔽
作者:
張郁庭
時間:
2013-10-11 19:49
#include<iostream>
#include<cstdlib>
using namespace std;
int main ()
{
float height = 155.5;
cout<<"我的身高是:"<<height<<"公分"<<endl;
system ("pause");
return 0;
}
複製代碼
作者:
張郁偵
時間:
2013-10-11 19:50
#include<iostream>
#include<cstdlib>
using namespace std;
int main ()
{
float height = 150.5;
cout<<"我的身高是:"<<height<<"公分"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
周雍程
時間:
2013-10-11 19:52
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
float height = 135.6 ;
cout << "我的身高是:" << height << "公分" << endl;
system("pause");
return 0;
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://seed.istak.org.tw/)
Powered by Discuz! 7.2