摘要:
package operator; public class sanyuan { public static void main(String[] args) { int a=10; int b=20; a+=b;//a=a+b System.out.println(a); a-=b;//a=a-b 阅读全文
posted @ 2022-07-22 11:46
7号彩虹
阅读(28)
评论(0)
推荐(0)
2022年7月22日