java - coding errors causing endless loop
- by Daniel Key
Im attempting to write a program that takes a population's birthrate and deathrate and loops the annual population until it either reaches 0 or doubles. My problem it that it continuously loops an endless amount of illegible numbers and i cant fix it. please help.
//*****************************************
//This program displays loop…