You are viewing a single comment's thread. Return to all comments →
public static void main(String args[]){ Scanner scan=new Scanner(System.in); int n=scan.nextInt(); int a[]=new int[n]; for(int i=0; i
}
Seems like cookies are disabled on this browser, please enable them to open this website
Java 1D Array
You are viewing a single comment's thread. Return to all comments →
public static void main(String args[]){ Scanner scan=new Scanner(System.in); int n=scan.nextInt(); int a[]=new int[n]; for(int i=0; i
}