Computer Science, asked by brothersalpha1, 8 months ago

pls ans by showing full process​

Attachments:

Answers

Answered by Anonymous
1

Hey Buddy

Here's The Answer

------------------------------------------------

Given,

a = 5,

b = 9

=> a += a++ - ++b + a

Now, we can simplify it as.

=> a = a++ - ++b + a + a

Now,

a ++ is a = a + 1 = 6, after this a will store 6

Solving

=> a = a++ - ++b + a + a

=> a = 6 - 10 + 6 + 6

=> a = 18 - 10

=> a = 8

Hope It Helps.

Similar questions