mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-12-19 07:00:35 +08:00
Closing scanners.
This commit is contained in:
@@ -44,5 +44,6 @@ public class InsertDeleteInArray {
|
||||
}
|
||||
for (i = 0; i < size2 - 1; i++)
|
||||
System.out.println(b[i]);
|
||||
s.close();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user