. int a=0,b=10,c=40; a = --b + c++ +b; System.out.println(" a = " + a);
Answers
Answered by
2
Answer:
The value of a is 58
Output: a = 58
Attachments:
Similar questions