Conditional Or Branching Statements:
These statements are depend on the condition and if the condition is true then only that true branch will be executed other wise it wont take any action.
Every condition is dependent on relational operators (==, > ,< , >=, <=, !=)
These are of 5 Types:
1. If condition
2. If Else
3. Nested If
4. If Ladder
5. Switch
These statements are depend on the condition and if the condition is true then only that true branch will be executed other wise it wont take any action.
Every condition is dependent on relational operators (==, > ,< , >=, <=, !=)
These are of 5 Types:
1. If condition
2. If Else
3. Nested If
4. If Ladder
5. Switch
No comments:
Post a Comment