(d) Write the output:
int x=10, y = 20;
x=y+ + + + + + + +x+y:
System.out.print(x + " " + y);
Answers
Answered by
0
Answer:
It will give an error. You have used too many plus signs.
Similar questions