👤

Care din sintaxele de mai jos descriu instrucțiunea if? *
if (expresie) instrucțiune;
if expresie {instructiune};
instructiune expresie if;
if (expresie) { bloc_de_instructiuni };
IF expresie THEN insructiune;