Conditional Statement
The if
statement provides a simple control flow mechanism to
chose between two branches. Its use is straightforward:
A conditional statement can form the else
clause of a previous
conditional statement:
The if
statement provides a simple control flow mechanism to
chose between two branches. Its use is straightforward:
A conditional statement can form the else
clause of a previous
conditional statement: