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
6
Answer:
I can't understand why you are not the intended recipient
Similar questions