Computer Science, asked by deep1032kir, 1 year ago

Plz Please.. Answer I really need Help...

Attachments:

Answers

Answered by Anonymous
6

Given :


x = 40

y = 20

z = 10


k = x++ / z++ + y++ * --z

k = 40++ / 10++ + 20++ * --11


Why --11 ?

z++ had made the value 10+1 = 11

Hence now -11


k = 40 / 10 + 20 * 10

= > k = 4 + 200

= > k = 204


ANSWER :


204


Hope it helps !

__________________________________________________________________


deep1032kir: Dhanyawad ☺
Anonymous: welcome :-)
Similar questions