Computer Science, asked by sruthi7769, 11 hours ago

Find the output of the given program segment int a=5,b=7;

a+=(++a)+(b--)-(a--)+(++b);

System.out.println(a+""+b);​

Answers

Answered by kmahaveer597
0

Explanation:

bbhvhb get bbhvhb bbhvhb bbhvhb bbhvhb bbhvhb

Answered by stubbornstatus
0

Answer:

5+7-5+7

aaaaaaaaaaaaaaaaaaa

12-12

0

Similar questions