int n=10; int i=0; while(i<3) { if(i==3) { continue;} n=n*i; } System.out.println(n); | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

int n=10; int i=0; while(i<3) { if(i==3) { continue;} n=n*i; } System.out.println(n);

7th Oct 2020, 5:39 PM
Ajit Patel
Ajit Patel - avatar
2 Respuestas
+ 1
Ajit Patel please don't advertise your code here, If you have question we would help you and if it is question it is unclear clarify it
7th Oct 2020, 5:48 PM
Ananiya Jemberu
Ananiya Jemberu - avatar
7th Oct 2020, 6:25 PM
Jayakrishna 🇮🇳