定义java中的变量

四种类型

1.整数

2.小数

3.字符

4.布尔值

八种

整数(byte   字节1   范围-128~127 )    (short   字节 2)    (int    字节4)     (long    字节8)

小数(float    字节4)      (double    字节8)

字符(char   字节2)

布尔(boolean     字节1)

上一篇:NUnit单元测试


下一篇:【BZOJ 3659】 3659: Which Dreamed It (Matrix-Tree&BEST theorem )