I built this program because I took discrete math twice and I'm currently taking probabilities and thought it would be a good way to practice for loops in Java. I used only 2 files (permutation, ...
System.out.println("Subsets: A subset of a set is a collection of elements that can be taken from the original set. Permutations: A permutation is a rearrangement of elements from a set."); ...