The getroaches method returns the current number of roaches


Implement a class RoachPopulation that simulates the growth of a roach population. The constructor takes the size of the initial roach population. The breed method simulates a period in which the roaches breed, which doubles their population. The spray method simulates spraying with insecticide, which reduces the population by 10 percent. The getRoaches method returns the current number of roaches. A program called RoachSimulation simulates a population that starts out with 10 roaches. Breed, spray, and print the roach count. Repeat three more times.

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: The getroaches method returns the current number of roaches
Reference No:- TGS01712499

Expected delivery within 24 Hours