Program GR1

The Problem

Write a program that calculates the new rabbit population after one month, Rend. Your program should have one input - the number of rabbits alive at the beginning of the month. As a minimum, your program should print out the number of rabbits alive at the end of the month. You may want to print out additional information in order to answer the investigation questions about the rabbit population. Use functions and subroutines where appropriate.

Previous Page | Home Page | Next Page