I'm creating a method to calculate all possible permutations of a string. I know the problem is with my for loop, but I don't know where to go next. I'm not looking for a straight up answer, just to be pointed in the right direction. My method is below.