If Laura wanted to solve a problem using recursion where the last statement executed is the call to the same method, what type of recursion should she use?


A. tail method

B. tail recursion

C. base recursion

D. infinite recursion