Computer Science, asked by sanskritipramanick, 5 months ago

int a=12, b=13, c=6;
c+=a+b%2;
b-=a+2*C;
System.out.println(c+b);​

Answers

Answered by BrainlyProgrammer
5

Answer:

c=19

b= -37

OUTPUT:

18

Explanation:

Similar questions