[Solved] How; The most difficult question of your life [closed]
[ad_1] It returns 5 on first iteration if you pass 4 to it. In general it returns n + 1 for any n > 1. Following the code path, it can be unrolled into product = 1 n > product // true, loop product *= n // so product is n product++ // end of … Read more