標題:
C++資料型態與數值範圍
[打印本頁]
作者:
許婷芳
時間:
2019-7-19 13:06
標題:
C++資料型態與數值範圍
[attach]6845[/attach]
整數 int short long
單精數 float
倍精數 double
字元 char
文字 string
作者:
謝以愛
時間:
2019-7-19 19:51
整數 int short long
單精數 float
倍精數 double
字元 char
文字 string
作者:
謝以恩
時間:
2019-7-19 19:52
整數 int short long
單精數 float
倍精數 double
字元 char
文字 string
作者:
林祐霆
時間:
2019-7-19 19:52
整數: int short long
單精數: float
倍精數: double
字元: char
文字: string
作者:
蘇詠翔
時間:
2019-7-19 19:54
整數int long short
單精數float
倍精數double
字元char
文字string
作者:
蘇韋誠
時間:
2019-7-19 19:55
整數 int short long
單精數 float
倍精數 double
字元 char
文字 string
作者:
廖文綺
時間:
2019-7-19 20:01
整數 int short long
單精數 float
倍經數 double
字元 char
文字 string
作者:
蘇詠翔
時間:
2019-7-19 20:52
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
string name="蘇詠翔", school="師大附中";
int age=13;
float x=151.1,y=32.4;
cout<<"我的大名"<<name<<endl;
cout<<"就讀"<<school<<endl;
cout<<"今年"<<age<<"歲"<<endl;
cout<<"體重"<<y<<"公斤"<<endl;
cout<<"身高"<<x<<"公分"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
洪承廷
時間:
2019-7-23 16:05
整數 int short long
單精數 float
倍精數 double
字元 char
文字 string
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://seed.istak.org.tw/)
Powered by Discuz! 7.2