if ( condition to be checked) { Statements-if-condition-true ; } else{ statements-if-condition-false ; }