Guys maybe some one can help me about this,what is about the output | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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);

14th Sep 2020, 12:44 AM
Dana V J
Dana V J - avatar
2 Answers
+ 1
Type it in the code playground and see the output by yourself. If its not clear, we can easily explain it to you.
15th Sep 2020, 4:11 PM
Rawley
Rawley - avatar
0
Explanation in the code, in case you still haven't gotten it figured out. https://code.sololearn.com/c2UEu8s7Q58h/?ref=app
24th Sep 2020, 1:39 PM
Ipang