Computer Science, asked by ritensingh50, 8 months ago

Write the output for the following:

int a = 10, b = 4, c, d;

c = ++a - b - - * 2;

d = a/2 * 5 - - - b;

System.out.println(“C = “+ c);

System.out.println(“D = “ + d);​

Answers

Answered by ayushi183
2

Answer:

So here is the answer buddy

Explanation:

Hope it helps you

Mark it brainliest

Attachments:
Similar questions