I have been busy recently, and I seem to have done my homework with great effort. The new section continues

Recursive Functions

Definition: A function is called recursive if the body of that function calls itself,either directly or indirectly
Implication: Executing the body of a recursive function may require applying that function
Copy the code