How to use if-else nested construct:
Declaration :
If (expression_a )
If (expression_b)
If (expressionc)
Statement_a;
else
Statement_b;
Statement_c;
Statement_d;
Post a Comment
No comments:
Post a Comment