Please help me in solving this expression .
Attachments:
Answers
Answered by
2
Heya friend!!
Rajdeep here...
a = 2 and b = 3
So
a += ++a – --b + a
=> a = a + ++a – --b + a
=> a = 2 + 3 – 2 + 3
=> a = 6
Thanks..
Rajdeep here...
a = 2 and b = 3
So
a += ++a – --b + a
=> a = a + ++a – --b + a
=> a = 2 + 3 – 2 + 3
=> a = 6
Thanks..
Similar questions