Advertisement
Kevcio

Untitled

Jun 18th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. import java.util.Scanner
  2. String imie;
  3. Scanner odczyt = new Scanner(System.in);
  4. imie = odczyt.nextLine();
  5.  
  6. import java.util.ArrayList;
  7. List lista1 = new ArrayList();
  8. List<String> lista = new ArrayList<String>();
  9. Add,remove,size,get
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement