Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Which condition is a correct base case?
if(n > 0) f(n-1)
if(n == 100) print
if(n < 100) call again
if(n == 0) return
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!