Monday, December 10, 2007

How to work with IF-THEN-ELSE

How to work with IF-THEN-ELSE

To work with IF-THEN-ELSE

Description:

It’s actually, the ability to make a decision.

Declaration:

IF Boolean expression

THEN

Statements 1

ELSE

Statements 2;

Statements;

No comments: