• With regards to your discussion of the iterative process of building the code, one step I didn't see was how to stop the infinite loop if the Collatz Conjecture does NOT reach the value of 1! In the generic sense, this would be the error-catching phase of the development of the code.

    p.s. ABHILASH DHONGDI - Clever use of MAXRECURSION 0! Nicely done!