Power Create an algorithm to find the Nth power of any number X, where N is a non-negative
Integer. Then modify this algorithm to work for any integer N.
1. Fibonacci One simple model of population growth (of rabbits) is given by the series:
1 1 2 3 5 8 13 21 34 55 89 …
where the new population P at one month is determined by summing the previous two months’ populations (called latest L and second latest S). Create an algorithm to determine the population at month M, where M > 2