摘要: 运算符 算术运算符:+,-,*,/,%,++,-- 赋值运算符:= 二元运算符 package operator;​public class Demo01 { public static void main(String[] args) { //二元运算符 int a=10;// = 赋值 int 阅读全文
posted @ 2021-09-13 15:02 阿龙学编程 阅读(864) 评论(0) 推荐(0)