Predict the output of the java program:
int a,b,c,d;
a=b=c=d=20;
a+=b-=c*=d/=20;
System.out.println(a+", "+b+", "+c+", "+d)
Plz fast.
Answers
Answered by
0
Answer:
I DON'T UNDERSTAND THAT SORRY
Similar questions