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"); }
5 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.