摘要: package operrator;//逻辑运算符public class Dmeo02 { public static void main(String[] args) { //与and 或or 非:取反 boolean a=true; boolean b=false; System.out.pr 阅读全文
posted @ 2022-09-30 15:59 敲码少年 阅读(21) 评论(0) 推荐(0) 编辑
摘要: package operrator;import javax.swing.*;public class Demo01 { public static void main(String[] args) { //二元运算符 //Ctrl+D 复制当前行到下一行 int a=10; int b=20; i 阅读全文
posted @ 2022-09-30 14:31 敲码少年 阅读(51) 评论(0) 推荐(0) 编辑