摘要: 基本运算符 public class 基本运算符 { public static void main(String[] args) {​ //二元运算符​ int a = 10; int b = 20; int c = 30; int d = 40;​ System.out.println(a+b) 阅读全文
posted @ 2021-03-16 20:00 小莀学编程 阅读(45) 评论(0) 推荐(0)