>>1928229>given that you can't use multiplication to solve a multiplication problemI can think of at least one way to do it in a fixed number of steps using bit shifting, which avoids the * operator (and the CPU multiplication circuit), so from a programmer's perspective it would count. From a mathematician's perspective, bit shifting is multiplication by powers of 2, though.