Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

IF Statement

if(Boolean_expression) {
   // Statements will execute if the Boolean expression is true
}
Source by sites.google.com #
 
PREVIOUS NEXT
Tagged: #IF #Statement
ADD COMMENT
Topic
Name
3+3 =