int a=12;
int b=24;
int sum=a+b;最后一句可以写成sum=a+b不?
java是强类型语言,不能进行默认int,而且变量的规则就是类型+变量名=初始值
Java是强类型语言,你不写int它读不懂的,不知道你想干嘛。
可。。。
不可以