Difference between revisions of "2022 Paper 1 Revision Quiz"
Line 81: | Line 81: | ||
Fact(5); | Fact(5); | ||
|type="{}"} | |type="{}"} | ||
− | + | What is the return value for the First call: | |
− | { | + | { 5 * Fact(4)|5*Fact(4) } |
+ | What is the return value for the Second call: | ||
+ | { 4 * Fact(3)|4*Fact(3) } | ||
+ | What is the return value for the Third call: | ||
+ | { 3 * Fact(2)|3*Fact(2) } | ||
+ | What is the return value for the Fourth call: | ||
+ | { 2 * Fact(1)|2*Fact(1) } | ||
+ | What is the return value for the Fifth call: | ||
+ | { 1 * Fact(0)|1*Fact(0) } | ||
+ | What is the return value for the Third call: | ||
+ | { 1 } | ||
</quiz> | </quiz> |