摘要:
public class Demo05{ public static void main(String[] args) { //与(and) 或(or) 非 (取反) boolean a = true; boolean b = false; System.out.println("a && b:"+ 阅读全文
posted @ 2022-08-26 23:50
烹雪煮茶
阅读(41)
评论(0)
推荐(0)
摘要:
public class Demo03 { public static void main(String[] args){ //整数拓展; 进制 二进制0b 十进制 八进制0 十六进制0x int i = 10; int i2 =010;//八进制0 int i3 = 0x10; //十六进制0x 阅读全文
posted @ 2022-08-23 12:18
烹雪煮茶
阅读(36)
评论(0)
推荐(0)
摘要:
public class Demo02 { public static void main(String[] args){ //八大数据类型 //整数 int num = 10;//最常用 byte num2 =20; short num3 = 30; long num4 = 30L;//Long类 阅读全文
posted @ 2022-08-22 13:43
烹雪煮茶
阅读(39)
评论(0)
推荐(0)
摘要:
整整51分钟,检查代码 反复检查代码 我成功了 加油 未来可期 阅读全文
posted @ 2022-08-14 23:02
烹雪煮茶
阅读(12)
评论(0)
推荐(0)
浙公网安备 33010602011771号