merge two array .??
Anonymous
import java.util.Scanner; public class Merge2Arr { public static void main(String args[]) { Scanner sc=new Scanner(System.in); int n1=sc.nextInt(); int a1[]=new int[n1]; for(int z=0;z
Check out your Company Bowl for anonymous work chats.