O comando válido em C++ é:

Próximas questões
Com base no mesmo assunto
Q768 Programação
Considere as linhas de código abaixo para responder às
questões 28 e 29:

1) if (x = 4) y := x;
2) if (x = = 4) y = x;
3) if (x = = 4) then y = x;
4) if x = 4 then y := x;
5) if x = 4 then y = x;
O comando válido em C++ é:
Alternativas