c) if a = 5, b = 10 and C = 15 then find the value of x, where
a++ * --C - ++b / 2
X =
Answers
Answered by
2
Answer:
79
Explanation:
a++ * --c - ++b / 2
5++ * --15 - ++10 / 2
6 * 14 - 11 / 2
84 - 5 = 79
Similar questions