int a=12;
int b=24;
int sun=a+b;
System.out.println("两数之和为:"+sum);
sum 不是 sun
b敲错了
单词敲错了,细心点吧
你定义的是 sun,但print()里面是sum