what is the second step to take in order to apply a recursive approach? a. identify a way to stop the recursion. b. determine a way to use recursion to solve the problem in all circumstances which cannot be solved without recursion. c. determine a way to return to the main function. d. identify at least one case in which the problem can be solved without recursion.