Comando if

Comando if

int x = 1;
if (x == 0) {
    Diretiva = 1;
}

int x = 1;
if (x == 0) {
    Diretiva = 1;
} else {
    Diretiva = 2;
}