What is the value of x after executing the given expression, x=16/2*8+8-5++
Answers
Answered by
0
Answer:
it's your answer42
Explanation:
x=16/2*8+8-5++= 42
Answered by
2
Let's Take The Value Of 5 in a Variable 'a'.
x = 16/2*8+8-5++ ;
Now ,
x = (16/2) * (8+8) - (5++) ;
x = (16/2) * (8+8) - (a++) ;
x = 8 * 16 - 7 ;
x = 128 - 7
x = 123
Similar questions