The Collatz conjecture is a mathematical problem that proposes that starting with any positive integer and applying two simple rules—if the number is even, divide it by two, and if it is odd, multiply it by three and add one—will eventually lead to the number one. Only input positive whole numbers, or else it will break! (1, 2, 3,…) Add suggestions in the comments on what to make next!
Credits to: Lothar Collatz for thinking about it way back in 1937. i might try to make a Biggest number thing so you can see which one is the largest number