How to work with If Then Else statement
To work with If Then Else statement
Recognizing Delphi programming structure – If Then Else:
Declaration :
If (expression_a )
If (expression_b)
If (expressionc)
Statement_a;
else
Statement_b;
else
Statement_c;
else
Statement_d;
No comments:
Post a Comment