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, 22.06.2019 11:00
The editing of digital photos us about the same level of difficulty as editing an analog photo
Answers: 2
question
Computers and Technology, 22.06.2019 15:30
In a compound condition, both conditions on either side of the logical operator and must be true for the overall condition to be true. a: true b: false
Answers: 1
question
Computers and Technology, 22.06.2019 22:30
I'll mark brainliest if answered right! with which feature or menu option of a word processing program can you make an image like this? you can get this image using the option of a word processing program.
Answers: 1
question
Computers and Technology, 22.06.2019 22:40
Least square fit to polynomial write a function leastsquarefit3pol that solves a linear system of equations to find a least squares fit of a third order polynomial to an experimental data set given as two row arrays. the function leastsquarefit3pol must explicitly solve a set of linear equations and cannot use polyfit. there should be no restriction on the size of the problem that can be solved.
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
Questions on the website: 13722359