Consider the following function:
What value does result(n) return?
(Either write a number, or write "infinite recursion".)
ANS
2 is multiplied by itself n times. In other words the
result is 2^n
.