Find the value of y from the given expression : y =x++ + ++ x +x where x=8
Answers
Answered by
1
Explanation:
y =x++ + ++ x +x
y=8+9+8
y=25
Answered by
2
y = x++ + ++x + x
y = 8 + 10 + 10
y = 28
Similar questions