Computer Science, asked by kadamgirish321, 6 months ago

If a = 5 , b = 9, calculate the value of a + = a++ - ++b +a;

int a = 5;

a++;

System.out.println(a);

a – = (a – –) – (- – a);

System.out.println(a);​

Answers

Answered by navibisht51
6

Answer:

I can't understand why you are not the intended recipient

Similar questions