Computer Science, asked by blablablibli54084, 11 months ago

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

Answers

Answered by Rumi123456789
2
K = 2+1*4+3+(2+8)
K = 2+1*4+3+10
K = 2+4+3+10
K = 19
Similar questions