Guest User

Untitled

a guest
Sep 23rd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. public class Person1(){
  2.  
  3. public void recogerarreglo(Person2[] person2, int cantidad){
  4. Person1[] person1=new Person1[cantidad];
  5. for(int i=0;i<person1.length;i++){
  6. --->person1[i]=person2[i];}
  7. }
  8. }
Add Comment
Please, Sign In to add comment