Monday, December 10, 2007

How to use if-else nested construct

How to use if-else nested construct

To use if-else nested construct.

Declaration :

If (expression_a )

If (expression_b)

If (expressionc)

Statement_a;

else

Statement_b;

else

Statement_c;

else

Statement_d;

No comments: