Advertisement
Guest User

Untitled

a guest
Sep 14th, 2017
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.22 KB | None | 0 0
  1. else{
  2.     Vorte[] protumaux=new Vorte[protum.length + 1];
  3.        
  4.     int pos;    
  5.     for(pos=0;pos<protum.length;pos++)
  6.     {
  7.         protumaux[pos]=protum[pos];
  8.         }
  9.         protumaux[pos]=parasito;
  10.         protum=protumaux;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement