//1 if(condition) { statement(s); } else { statement(s); } //2 (condition) ? (true_statement) : (false_statement)