Let m and n be the integers and A(m,n) be a recursively defined function
A(m,n)= 5
if m<n
= A(m-n, n+2) if m ≥ n
What is the value of A (2, 7)?
Reveal answer
Fill a bubble to check yourself
Let m and n be the integers and A(m,n) be a recursively defined function
A(m,n)= 5
if m<n
= A(m-n, n+2) if m ≥ n
What is the value of A (2, 7)?