Scanner in = new Scanner(System.in); int n = 5; ArrayList addName = new ArrayList<>(); for(int i = 0; i < n; i++){ addName.add(in.nextLine()); }