0
Guys maybe some one can help me about this,what is about the output
Int A=10,B=2, C=4 D = A & B + A++ * C; System.out.println(“Nilai D = ”+D); D = ++A % B | C; System.out.println(“Nilai D = ”+D); D = A++ % B- - * ++C; System.out.println(“Nilai D = ”+D); D = C & B / A; System.out.println(“Nilai D = ”+D);
2 Respostas
+ 1
Type it in the code playground and see the output by yourself.
If its not clear, we can easily explain it to you.
0
Explanation in the code, in case you still haven't gotten it figured out.
https://code.sololearn.com/c2UEu8s7Q58h/?ref=app