The files in this directory are not in any particular sequence. They are just a collection of various simple examples that illustrate recursive methods, both void and value-returning. Note, however, that in these examples the recursive method involves two recursive calls and we have also included an iterative version of the Fibonacci example.