We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f0a2fd commit 34eb0b6Copy full SHA for 34eb0b6
Data Structures/Java 1D Array/Solution.java
@@ -0,0 +1,7 @@
1
+
2
+int [] a = new int[n];
3
+ for (int i = 0 ; i < n; i++) {
4
+ a[i] = scan.nextInt();
5
+ }
6
7
0 commit comments