If the values passed are 10 and 90, What will be the output? void X(int A, int B) { A = A + B; B = A-B; A = A-B; System.out.println( A+ ":" + B);}
Answers
Answered by
0
Answer:
sorry I didn't get a correct ans
Explanation:
please mark me as Brainliest
Similar questions