Write a Python program, in a file called sun_moon.py, to solve the following problem: Assume that the population of Sunland (e.g., 200 (million)) this year is higher than that of Moonland’s population (e.g., 150 (million)). If the annual rate of growth in Sunland is 1% and that in Moonland is 20%, and if these rates remain constant, then how many years will it take for the population of Moonland to exceed that of Sunland. Ask the user for values of the two populations, in millions, and report the number of years that it will take for the population of Moonland to exceed the population of Sunland. All output should be appropriately labelled. Note that if the population of Moonland happens to already exceed that of Sunland, then the program should report that it will take 0 years.
Write a Python
Assume that the population of Sunland (e.g., 200 (million)) this year is higher than that of Moonland’s population
(e.g., 150 (million)). If the annual rate of growth in Sunland is 1% and that in Moonland is 20%, and if these rates
remain constant, then how many years will it take for the population of Moonland to exceed that of Sunland. Ask
the user for values of the two populations, in millions, and report the number of years that it will take for the
population of Moonland to exceed the population of Sunland. All output should be appropriately labelled. Note
that if the population of Moonland happens to already exceed that of Sunland, then the program should report
that it will take 0 years.
Step by step
Solved in 3 steps with 1 images