Computer Science, asked by shibayan112233, 5 hours ago

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 Bhawansubba
0

Answer:

I DON'T UNDERSTAND THAT SORRY

Similar questions