import java.util.Arrays;public class Main { // MethodExample public static void main (String[] args) { int[] array = new int[10]; System.out.println(Arrays.toString(array)); }}
Standard input is empty
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!