6. (C) For result(n) there will be (n −1) recursive calls before result(1), the base case, is reached. Adding the initial call gives a total of n method calls.