Hints
The algorithm is:
- Make a number_of_rabbits variable and set it = 2.
- Print out the number in this generation.
- Make a loop that runs from two up to and including 20. Note that we're not starting at zero.
- In the loop, do the relevant maths and print the number in the generation.