☑Kizspy.me
Given Document
(Choose 1 answer)
☐ A
Given the recursive algorithm
Procedure AL(x:interger, n: positive integer)
If n=1 then AL(x,n)=x
else AL(x,n)=AL(x,n-1)+x
Find the value of AL(3, 6).
A. 18
B. 12
C. 6
Back
Next
D. 9
☐
sh the exam.
E. None of the other choices is correct
LAPTOP RUNNING