Buscar
Estás en modo de exploración. debe iniciar sesión para usar MEMORY

   Inicia sesión para empezar


Por supuesto:

4IT101 - ZT

» Iniciar este curso
(Practica preguntas similares gratis)
Pregunta:

Které z následujících cyklů se provedou právě 6× (šestkrát)? - for (int i=1; i<12; i=i+2) - for (int i=-2; i<=10; i=i+2) - for (int i=-5; i<=5; i=i+2) - for (int i=6; i>=0; i--) - for (int i=7; i>-11; i=i-3) - for (int i=0; i<=6; i++) - for (int i=1; i<=6; i++) - for (int i=0; i<6; i++)

Autor: Karel Marčík



Respuesta:

- for (int i=1; i<12; i=i+2) - for (int i=-5; i<=5; i=i+2) - for (int i=7; i>-11; i=i-3) - for (int i=1; i<=6; i++) - for (int i=0; i<6; i++)


0 / 5  (0 calificaciones)

1 answer(s) in total