DECISION MAKING STATEMENTS
     Decision making statements are used to skip or to execute a group of statements based on the result of some condition. The decision making statements are,
1.       Simple if statements
2.       if……….else statements
3.       else……….if ladder
4.       nested if
 
No comments:
Post a Comment