The Collatz Conjecture is a maths puzzle. If you follow these two rules every natural number will become 1 eventually and repeat the pattern 4, 2, 1, 4, 2, 1 ect. Number will be represented by n. If n = even, divide n by two If n = odd, then multiply by 3 and add 1 (3n + 1) This machine automates this process and tells you the amount of turns it took to reach 1!
Soooooooo....... This is the Collatz Conjecture.. I didn't invent it, Collatz did, He doesn't have a Scratch account so yeh.... HAVE FUN (WITH MATHS) https://en.scratch-wiki.info/wiki/Checking_for_Integers to find code for Interger Checker https://www.youtube.com/watch?v=u9e-bO49bzA to check if number is even or odd I had to include that I guess...