짤방처럼 쓰니까 에러나고


아래처럼 고치니까 에러 안나요.. 이유가 뭔가요?





int kor, eng, math, plus;

kor=89; 

eng=99; 

math=78;

plus=kor+eng+math;

System.out.println("kor+eng+math="+plus);<span style="white-space:pre">