Problem
1. Write a recursive Java program that will output all the subsets of a set of n elements (without repeating any subsets).
2. Write a short recursive Java method that finds the minimum and maximum values in an array of int values without using any loops.