Answered You can hire a professional tutor to get the answer.

QUESTION

There are 9,870 people in a town whose population increases by 10 percent each year.

There are 9,870 people in a town whose population increases by 10 percent each year. Design a program that displays the annual population and determines how many years (count_years) it will take for the population to surpass 30,000. 

Answer should be in flow chart.

Double population = 9870Float rate = 0.1 population = population + rate * populationcount_years = 1 Ifpopulation <= 30000 count_years = count_years -1
Show more
LEARN MORE EFFECTIVELY AND GET BETTER GRADES!
Ask a Question