☑Kizspy.me
Given Document
(Choose 1 answer)
☐ A
Find the output of the recursive algorithm if input n = 5.
procedure TT(n: integer);
If n=1 then f(1):=0
else f(n): f(n-1)*n;
Back
Next
A. -120
B. -240
C. 0
D. 120
E. 240
☐
FUOⓇ
sh the exam.
LAPTOP RUNNING