01
solve the given Java expression
int a=4 b=9 c=8;
int d = ++a +b + --b+a;
Answers
Answered by
0
Answer:
26 is the correct answer
Similar questions