1.

Int j=1, i=2 K = i++ + j++ * 4 + ++ i +(++j + 8)

Answer» K = 2+1*4+3+(2+8)
K = 2+1*4+3+10
K = 2+4+3+10
K = 19


Discussion

No Comment Found