Collatz Conjecture Just input any number If the number is even, then it will be divided by 2, if the number is odd, then the number will be multiplied by 3 and added by 1 This process will repeat itself until the number reaches 1