if(condition) { code to be executed if conditon is true; } else { code to be executed if conditon is false; }