Just enter any positive integer and the project will follow specific steps to get the number to zero
I just found out about the Collatz Conjecture on G+ and decided to make a project out of it Here is the Collatz Conjecture: 1. Take any positive integer (n) 2. If n is positive, then: n=n/2 3. If n is odd, then: n = 3n+1 4. Repeat steps 2-3 until n=1