Computer Science, asked by varivararyan, 5 months ago

if x=6; then x+= ++x * ++ x%4. What will be the final value of x ?​

Answers

Answered by mohankrishna62
3

Answer:

x=6

Explanation:

x+=++x*++x℅4

x=x+ ++x*++x℅4

x=6+7*8℅4

x=6+56%4

x=6+0

x=6

Similar questions