Question
Hi, I am new to Java and I am stuck on this program I need to create a program that calculates world population growth each
Hi, I am new to Java and I am stuck on this program I need to create a program that calculates world population growth each year for 75 years, using the simplifying assumption that the current growth rate will stay constant. Print the results in a table.
The program needs to be able to work if you enter 7000000000 as over all population
The first column should display the year from 1 to 75.
The second column should display the anticipated world population at the end of that year.
The third column should display the numerical increase in the world population that would occur that year.
Using your results determine the year in which the population would be double what it is today if this year's growth rate were to persist.
example
CurrentYear Over all Population Increased Population
2020 7000000 0.0
2021 7350000 735000
2022 7717500 771750
2023 8103375 810337
2024 8508543 850854
Thank you
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started