This is a bot that tests the Collatz Conjecture (3x+1 problem) If x is even, equate x/2 If x is odd, equate 3x+1 The Collatz Conjecture says that all numbers will eventually reach the loop of 4, 2, 1.
All code by me. One of the quickest 3x+1 solvers on Scratch. Will automatically stop once it notices any numbers it knows will lead to the 4-2-1 loop.