Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Aprende Desafío: Factorial | Loops
Principios Básicos de Java
course content

Contenido del Curso

Principios Básicos de Java

Principios Básicos de Java

1. Iniciando
2. Tipos Básicos, Operaciones
3. Loops
4. Arrays
5. String

book
Desafío: Factorial

Tarea
test

Swipe to begin your solution

  1. Write a for loop that runs from 1 to n.
  2. Inside the loop, check if the current number is divisible by 3 or 5.
  3. If the number is not divisible by 3 or 5, add it to the sum variable.

Solución

java

solution

Switch to desktopCambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones
¿Todo estuvo claro?

¿Cómo podemos mejorarlo?

¡Gracias por tus comentarios!

Sección 3. Capítulo 8
toggle bottom row

book
Desafío: Factorial

Tarea
test

Swipe to begin your solution

  1. Write a for loop that runs from 1 to n.
  2. Inside the loop, check if the current number is divisible by 3 or 5.
  3. If the number is not divisible by 3 or 5, add it to the sum variable.

Solución

java

solution

Switch to desktopCambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones
¿Todo estuvo claro?

¿Cómo podemos mejorarlo?

¡Gracias por tus comentarios!

Sección 3. Capítulo 8
Switch to desktopCambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones
We're sorry to hear that something went wrong. What happened?
some-alt