Considere as linhas de código abaixo para responder à questão:
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;
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++ é:
Provas
Questão presente nas seguintes provas
Analista Judiciário - TI/Análise de Sistemas
50 Questões