I have written a program for selection sort(I think).But I get the input I entered as the output. Please help me with what is wrong?

Code:


package selecsort;
import java.io.*;
import...