0 Comment
18 Oct 2011
Posted by Aals 1. if The if statement evaluates an expression. If that expression is true, then a statement is executed. If an else clause is given and if the expression is false, then the else's statement is executed. Syntax: if( expression ) statement1; or if( expression ) statement1; else statement2...
Read more →







