Input any two numbers and see the Russian Peasant Algorithm in effect: it takes two numbers and multiplies them. As it would turn out, this doesn't actually work for decimal numbers. I cannot remember why I was convinced that it worked, but I'm certain it doesn't atm. == Links == The exact specifics of how it works is available on WikiHow and Wikipedia: https://www.wikihow.com/Multiply-Using-the-Russian-Peasant-Method https://en.wikipedia.org/wiki/Ancient_Egyptian_multiplication#Russian_peasant_multiplication
Thanks to WikiHow for providing a simple explanation as to how the algorithm works. The implementation resembles how a human person would perform the multiplication, so it is not very optimized. Thanks to the Scratch Team for making Scratch :))