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

A Gentle Introduction to
C++ Programming

The if statement

 

Control Structures

The if statement

The if statement allows to execute code only when a condition is satisfied.

See also: Boxes tutorial
See also: tests

1. [ C++ ] The if statement


Big

Only print countries from Europe.