A simple program for Collatz Conjecture
The Collatz conjecture in mathematics asks whether repeating two simple arithmetic operations will eventually transform every positive integer into one.
Basically if the number is even it will multiply it by 3 and add 1
If it is even, the number will be divided by 2