Friday, October 5, 2007

How to work with IF�..THEN statement

How to work with IF�..THEN statement

To work with IF�..THEN statement

Step 1

Description:

The ability to make decisions.

Declaration:

IF Boolean expression

THEN

Statements 1;

Statements 2;

Example:

if a > 10 Then

Writeln(' This interger is more then 20');

No comments: