The collatz conjecture states that if you take any positive whole number and if its even divide by two and if its odd multiply by three and add one then repeat the process with the resulting number you will eventually reach one. I became interested in the collatz conjecture recently and made this project to further explore it. If you enter in a big number it can take a long time. Feel free to do something else while you wait it will beep repeatedly once it finishes. Changelog: 1.1 *Lengthened List for Easy Scrolling *Fixed Minor Glitch with Step Counting 2.0 +Background Mode: Performs a maximum of one action per second, this allows you to do something else while waiting for a big number to finish its calculation 3.0 +Added a feature that will ask you if you want to continue after 1000 steps.