Description: |
Write a sample code to Swapping of two Numbers in java without third variable. |
Code: | ||
|
Output: |
Enter x and y no:
10
20
Before Swaping
x=10
y=20
After Swaping
x=20
y=10
|
Description: |
Write a sample code to Swapping of two Numbers in java without third variable. |
Code: | ||
?
|
Output: |
Enter x and y no:
10
20
Before Swaping
x=10
y=20
After Swaping
x=20
y=10
|
No comments:
Post a Comment