여기서,결과값이c =true나오는데 왜 true가나오나여?
boolean c=((a+=12)>b)&&(a==(b+=2)); and함수는 두조건다 만족해야 true아닌가여 (a==(b+=2)) 이부분이 false아닌가여