This project can find any number by adding powers of 2 together If it takes too long to load, restart the project or turbo mode if you can Large numbers sometimes don’t come out correctly. Keep it under 1500 or so
It works by finding the remainder of the given number when it’s divided by 2, then uses the order remainders to convert it to binary. In binary, 1=1 10=2 100=4 and so on so 10011=19 or 16+2+1=19 It finds the percentage by calculating how many times a repeat block will have to repeat, multiplies that by 100, then divides it by how big it will end up