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

A Gentle Introduction to
C# Programming

Tutorial: Filtering

 

You might want to examine the following before attempting this tutorial:

1. Print the countries of Africa.


Big

The default program prints the name for the countries with a population of more than 200000000.

Change the code so that it prints the name for each country in Africa.

Check the region

2. Large countries in Asia.


Big

Print the name, the region and the area for each of the countries of Asia that has an area of more than 1000000.

Use 25 characters for the name, 10 characters for the region and 9 characters for the area.

Conditions
formatting