Java

Swap Two Variables in Java1 min read

In this example you will learn how to swap two numbers in java.

Java Code: Write a program to how to swap two numbers in java.

 




Output:

In this example you have learned how to swap two numbers in java.

Leave a Comment