2022年1月7日

摘要: public class IntegertTest { //此文件必须命名为IntegrtTest.java public static void main(String[] args) { //PSVM,main的必备缩写 int a,b,c; a = 1;b = 2; /* *两个语句写在一行不 阅读全文

posted @ 2022-01-07 12:59 zhoumubaiyu 阅读(118) 评论(0) 推荐(0) 编辑

摘要: 基本类型/基本型别 boolean 布尔 byte 字节 short/int/long 短整数/整数/长整数 float/double 浮点数 char 字符 boolean 只有true,或者false两种值,默认是false byte byte 字节,1byte = 8 bits(8位) 存储有 阅读全文

posted @ 2022-01-07 12:57 zhoumubaiyu 阅读(63) 评论(0) 推荐(0) 编辑

摘要: public class IntegertTest { //此文件必须命名为IntegrtTest.java public static void main(String[] args) { //PSVM,main的必备缩写 int a,b,c; a = 1;b = 2; /* *两个语句写在一行不 阅读全文

posted @ 2022-01-07 12:07 zhoumubaiyu 阅读(46) 评论(0) 推荐(0) 编辑