I can't run it, can u fix it guys | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

I can't run it, can u fix it guys

public class ContohArray { public static void main (String[]args){ int[]nomor = new int [10]; for (int nomor=0; nomor < 10; i++){     if (nomor % 2 == 0){           System.out.println( nomor );     } } // System.out.println ("hasil outputnya"); System.out.println ("perulangan for"); }

11th Mar 2020, 9:05 AM
Sekar Amalia
Sekar Amalia - avatar
2 Respuestas
0
When you are coding here in sololearn, then copy the link and share it here in this post, so we can compile and see the errors.
11th Mar 2020, 9:10 AM
Ditus
Ditus - avatar
11th Mar 2020, 9:11 AM
Sekar Amalia
Sekar Amalia - avatar