subject

Assume that the population of mexico is 128 million and that the population increases 1.01 percent annually. assume that the population of the united states is 323 million and that the population is reduced 0.15 percent annually. write an application that displays the populations for the two countries every year until the population of mexico exceeds that of the united states, and display the population of mexico will exceed the u. s. population in x yearspublic class population{public static void main(string[] args){double mexicopop = 128; double uspop = 323; int year = 0; // your code heresystem. out. println("the population of mexico will exceed the u. s. population in " + year + " years"); system. out. println("the population of mexico will be " + mexicopop + " million"); system. out. println("and the population of the u. s. will be " + uspop + " million"); }}

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 20:50
Write a method in the heapintpriorityqueue class called merge that accepts another heapintpriorityqueue as a parameter and adds all elements from the other queue into the current queue, maintaining proper heap order such that the elements will still come out in ascending order when they are removed. your code should not modify the queue passed in as a parameter. (recall that objects of the same class can access each other's private fields.)
Answers: 2
question
Computers and Technology, 22.06.2019 10:30
What can tanya do now to start preparing for the college and scholarship application process? think about her grades, activities in which she can get involved, possible part-time jobs at which she can work, and standardized tests she can take. (10 points) apex
Answers: 2
question
Computers and Technology, 23.06.2019 11:00
What is the name of the sound effect that danny hears
Answers: 1
question
Computers and Technology, 23.06.2019 18:30
List 3 items that were on kens resume that should have been excluded
Answers: 1
You know the right answer?
Assume that the population of mexico is 128 million and that the population increases 1.01 percent a...
Questions
question
Mathematics, 03.02.2021 19:20
question
Mathematics, 03.02.2021 19:20
Questions on the website: 13722363