public static int desc(int number) { // Time complexity = 2n+n2 // space complexity = ? int i, j, temp; int array[] = new int[Integ