Hi everyone, this is a quick project I made testing the Collatz Conjecture. The Collatz Conjecture is a conjecture which, taking a number n, if n is even divides it by 2, and if n is odd multiplies it by 3 and adds 1. Eventually the number will come down to a 4, 2, 1 loop. Every number has been tested up to about 300 quintillion. I made this project so that anyone can test any whole number and see whether it eventually comes down to a 4, 2, 1 loop. Simply type in any number, press enter, and then wait. Press the green flag to restart. Good luck!