Question: Write a program in java to predict the population of the city for a specified number of years. The user can enter the current population
Write a program in java to predict the population of the city for a specified number of years. The user can enter the current population (in miles), current growth rate (in percentage), and the number of years to predict. The program should then display the year (starting from current year as year 1) and the projected population with only two decimal places. You should use loop statements (for or while) ,
Input validation:
Do not accept a value less than or equal to 0 for the population and year.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
