Write two programs that find the starting number below a given limit that has the longest Collatz sequence. The program should be called with a single number as the command line parameter. This number ...
After building the source, running the main program prompts the user to input a sequence of 0's and 1's without whitepace. To give the program a chance, the sequence needs to have at least 20 digits.