good one , I've tried to many times this code but without import java.io.*; and it didn't work so 10x. I'm looking for a code that accepts a String and prints all the possibilities of its char substitution example: abc ,the result is : abc , acb, bac, bca, cab, cba.
View All Comments
| View Tutorial