ple Choices Given, Document
✓ Kizspy.me
(Choose 1 answer)
☐ A
☐ B
ос
☐ D
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
☐ E
Back
Next
I want to ins the exam.
B. 12
C. 6
D. 9
E. None of the other choices is correct
LAPTOP RUNNING