Computer Science, asked by Evilbot, 1 year ago

what will be the output of the following java code snippet ?

x=99, y=100;
y=(x*y)/(x=y);
print x and y

No answers have been given to this question yet :(

Similar questions