import java.io.*;
public class arreglo{
public int[]Leer()throws IOException{
BufferedReader entrada=new BufferedReader(new InputStreamReader(System.in));
int A[]=new int[10];
int B[]=new int[10];
for(int x=0;x<10;x++){
System.out.print("Escribe un numero"+x);
A
- =Integer.parseInt(entrada.readLine());
}
return A;
}
for(int x=0;x<10;x++){
if(x[y]%2==0)
}
no se como guardar los pares en otro arreglo