The following variable has already been defined: int countryPopulation = 1344130000; Using that variable (do not type the large number) along with text, finish the print statement to print the following:
China's population was 1344130000 in 2011.
1344130000 is the population. 1344130000 is a lot.
Im trying to submit this answer but it apears to be incorret. I think it is because when using %d twice you have to do something and I dont know how to do it.
printf ("%d is the population. %d is a lot", countryPopulation);