Ad
  • Custom User Avatar

    The naming of parameters in this kata leaves a lot to be desired, it's quite confusing in my opinion. For anyone struggling, try renaming the parameters to something like this:

    int population, double popIncreasePercentage, int comingOrLeaving, int targetPopulation

    It definitely helped me.