Write a function called estimate_population(starting_population,
years_later)
which will estimate how large a population
will be after years_later, if it has the specified
starting population. Assume there is 1 birth every 7 seconds, and
a death every 12 seconds.