We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85f0558 commit 8158576Copy full SHA for 8158576
java_array.java
@@ -4,7 +4,6 @@ public static void main(String[] args)
4
{
5
int a[]={1,2,3,4,5};
6
for(int i=0;i<a.length;i++)
7
- System.out.println(a[i]);
8
- }
+ System.out.println(a[i]); }
9
}
10
0 commit comments