This book is now obsolete Please use CSAwesome instead.

12.6. Base Case Practice

A recursive method contains a call to itself. The recursion stops when a base case test is true and a value is returned.

You have attempted 1 of 7 activities on this page