if ( condition ) { // if condition is true statement; statement; //... } else { // if condition is false statement; statement; //... }