Computer Science, asked by komalhothi08, 1 month ago

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 patilswetal907
2

Answer:

please mark me as a brianlist

and solve the questions that I have post

Attachments:
Answered by ashmitawalia07
1

Answer:

A=90 and B =10

Explanation:

THIS IS THE ANSWER TO UR QUESTION

HOPE IT HELPS YOU....

Similar questions