Computer Science, asked by abhishtmishra10, 28 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 suniltripathi112
0

Answer:

c=a++ + ++a + ++a/b++;

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

Explanation:

Evaluate and give the output: (5)

Int a=9,b=7;

Similar questions