mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-15 01:40:49 +08:00
Moditied Others folder .java file name and class name
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import java.util.*;
|
||||
public class Array {
|
||||
public class InsertDeleteInArray {
|
||||
|
||||
public static void main(String[] args) {
|
||||
Scanner s = new Scanner(System.in); // Input statement
|
||||
|
Reference in New Issue
Block a user