Problem
1. Write a Java method that takes an array of int values and determines if all the numbers are different from each other (that is, they are distinct).
2. Write a Java method that takes an array containing the set of all integers in the range 1 to 52 and shuffles it into random order. Your method should output each possible order with equal probability.