Zoo tutorials: [ SQL | Linux | XML ]
ProgZoo: [ Java | C# | VB | C++ | Perl ]
Log in

A Gentle Introduction to
Java Programming

Tutorial: Tougher questions

 

These questions require you to create several structures.

1. Dominated regions.


Big

A dominated region is where one country has more than 50% of the total region population.

List the dominated regions - include the name of the country that dominates the region.

2. Letter list.


Big

For each letter of the alphabet list the number of countries that begin with that letter.

You need not list those letters for which there are zero countries.

3. Top ten countries.


Big

Print the top ten countries by population. List them in ascending order.

Hint:

4. Top three countries in each region.


Big

For each region print the region then the largest three countries.