int
a=
10
;
b=
20
a+=b;
System.out.println(
"a+=b, a="
+a+
" b="
+b);
a =
a=a+b;
"a=a+b, a="
//源代码片段来自云代码http://yuncode.net