Guest User

Untitled

a guest
Mar 24th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. String[] nomeCompleto = new String[10];
  2. String[] nomes = new String[10-i];
  3. if(i < 10) {
  4. nomes[i] = nomeCompleto[i];
  5. }
  6. System.out.println(Arrays.toString(nomes));
  7.  
  8. return;
Add Comment
Please, Sign In to add comment