start this project and it wil do the 3n+1 problem the 3n+1 problem has 2 rules: if the number (var: number) is even it devides it by 2 if the number is uneven do number*3+1