what will be value of m?
int m=10, n=20, o=30;
m*=++o +o-- + n++ + --n + --o;
Answers
Answered by
1
Answer:
tdyfyswatduerqirurtwrdyfhcnvhRdidtfysydyfustdusisuaksrslstradifnztdisttfjcukfjv
Explanation:
xvgihorayftsszfxigyzffhjfjsschydsiddk
Answered by
0
Answer:1290
Explanation: because
++means= addition of 1
--means=substraction of 1
So the value of o=30
Then o++=31 and o--=29
And the value of n=20
Then n++=21 and n--=19
Let put the value in equation
M*=31+29+21+19+29
M*=129
M=m*129
M=10
So,m=10*129
M=1290
Thank you .
Similar questions