O comando válido em C++ é:
Próximas questões
Com base no mesmo assunto
Ano: 2001
Banca:
NCE-UFRJ
Órgão:
TRE-RJ
Prova:
NCE-UFRJ - 2001 - TRE-RJ - Analista Judiciário - Tecnologia da Informação |
Q768
Programação
Texto associado
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;
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++ é: