Predict the output of following code
1
int a=30 b=50;
a=a+b;
b=a-b;
a=a-b;
System.out.println(a+", "+b);
50,30
30,50
80,-20
None of these
Answers
Answered by
1
Answer:
50,30
Explanation:
that's a real answer
Answered by
0
Answer:
run the java program and do this program
Similar questions
Math,
3 months ago
Science,
3 months ago
Social Sciences,
3 months ago
Biology,
7 months ago
Biology,
7 months ago