Questões de Concurso
Comentadas sobre linguagens de programação em programação
Foram encontradas 5.295 questões
for(«expressao1»; «expressao2»; «expressao3») { «comandos» };
Pode-se afirmar que o comando while equivalente a esse for é:
Elemento1 = class(Elemento2, Elemento3, Elemento4)
Pode-se afirmar que:
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;