import java.util.*;
import java.io.*;

class arraysort{
public static void main(String args[]) throws Exception{
int index,number=0;
Scanner input = new Scanner(new...