Consider the permutations method from the textbook, which is intended to return all permutations of the word passed in as a parameter.Which line contains the terminating condition in the permutations

Consider the permutations method from the textbook, which is intended to return all permutations of the word passed in as a parameter.Which line contains the terminating condition in the permutations recursive method?
A.line #1
B.line #9
C.line #6
D.line #8

CategoriesUncategorized

Leave a Reply

Your email address will not be published.