Conditional Statement is we use it for any test condition, and it has the following form:
If Statement
common forms
if(condition){code to be execute if condition is true}
example
if ... else statement
if(condition){code to be execute if condition is true}else{code to be execute if condition is not true}
example
|






0 comments:
Post a Comment