Monday: Exam 2
Continue discussion of recursion (See Examples in Lab 6) :
myFunc(n) if n is the base case, return the answer else apply the recursion
myFunc(n)