What is the population of the largest country (by population).
int acc = 0;
if (pop>acc) { acc = pop; }
System.out.println(acc);
test text
What is the name of the largest country (by population).
What is the name of the country in region "Middle East" with the smallest population.