Skip to content

Commit 34eb0b6

Browse files
authored
Data Structures Using java!
1 parent 1f0a2fd commit 34eb0b6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)