iv. Predict the output for the following:
int a=4, b=5;
System.out.println(a + +b);
a=a+b;
b-a-b;
a-a-b;
System.out.println(a + " " +b);
Answers
Answered by
2
Answer:
9
-22
hope this helps you. I am a programmer
Similar questions