public class SmallestIndex {


//This method returns the index of the smallest value in the array of given size
private static int arrSize = 0;


public static void smallestIndex...