Java program to swap two numbers
This java program swaps two numbers using a temporary variable. To swap numbers without using extra variable see another code below.
Swapping using temporary or third variable
Swap numbers program class file.
Output of program:
Swapping without temporary variable
Swapping is frequently used in sorting techniques such as bubble sort, quick sort etc.
ConversionConversion EmoticonEmoticon