Conditional Execution: the if statement if ( condition ) // statement1 // statement2 if ( condition ) { // statement1.1 // statement1.2 // statement1.3 } // statement2
if ( condition ) // statement1 // statement2
if ( condition ) { // statement1.1 // statement1.2 // statement1.3 } // statement2