We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 075a365 commit b3f001bCopy full SHA for b3f001b
1 file changed
TestArray.java
@@ -27,5 +27,8 @@ public static void main (String[] args) {
27
printArray(arr2);
28
29
System.out.println("Second element = " + arr[1]);
30
+
31
+ int[] arr3 = new int[4];
32
+ printArray(arr3);
33
}
34
0 commit comments