Computer Science, asked by poonamyadav5145, 25 days ago

.Evaluate and give the output: (5)

Int a=9,b=7;int c=a++ + ++a + ++a/b++;

System.out.println(a+”+“+b+”+“+c+”=”+(a+b+c));​

Answers

Answered by SuvrajitChatterjee
0

Answer:

the best thing to follow is

Similar questions