Given the values of
int a = 9;
int b = 4;
int c ;.
solve the following
i) c = ++a + a++ + a
ii) c = a > b ? (a-b) : (a+b)
iii) c = a % b
iv) c = a / 3 + b % 2
Answers
Answered by
0
Answer:
operators c) is to be follow
Answered by
3
I solve this equation
*but* you mark Brainliestlist
Similar questions