Computer Science, asked by jagratilko05, 2 months ago

(d) Write the output:
int x=10, y = 20;
x=y+ + + + + + + +x+y:
System.out.print(x + " " + y);​

Answers

Answered by jitendrameena2177
0

Answer:

It will give an error. You have used too many plus signs.

Similar questions