Program GR1
Functions and Subroutines
Your program should include the following functions as a minimum. The quantities that each function depends on should be parameters of the function. You may create additional functions and subroutines at your own discretion.
Write a function for the rabbit birth efficiency. It depends only on the amount of food available per rabbit.
Write a function for the rabbit starvation fraction. It depends only on the amount of food available per rabbit.
Suggestions
Write a function that calculates the number of rabbits alive at the end of the month.