Sunday, December 19, 2010

Conditional Statements



If conditional expression is one of the most useful control structures which allows us to execute a expression if a condition is true and execute a different expression if it is False.:

Different type of Conditional Statements are there. They are

1. If…Then Statement

2. If…Then…Else Statement

3. If…Then…Elseif Statement

4. Select Case Statement