Page 1 of 1

EX 12.6: Write a recursive method that returns the value of N! (N factorial) using the definition given in this chapter.

Posted: Sun May 15, 2022 1:36 pm
by answerhappygod
EX 12.6:
Write a recursive method that returns the value of N! (N factorial) using the definition given in this chapter. Explain why you would not normally use recursion to solve this problem.