class Example { static void main(String[] args) { int[] array = [0,1,2,3]; for(int i in array) { println(i); } } }
We use cookies to provide and improve our services. By using our site, you consent to our Cookies Policy. Accept Learn more