Computer Science, asked by pankajsaini22877, 26 days ago

Calculate it. Question from Introduction to OOP concept
Plz don't spam​

Attachments:

Answers

Answered by bharatpatadia74
1

Answer:

 x += x++ + x + ++y

⇒ x = x + (x++ + x + ++y)

⇒ x = 7 + (7 + 8 + 6)

⇒ x = 7 + 21

⇒ x = 28

Similar questions