public class Sort{
public static void main(String[] args) { int[] random = { 8, 32, 26, 1870, 3, 80, 46, 37 }; int[] decreasing = { 1870, 80, 46, 37,