I'm sure this is a silly problem but I'm new to java.
Can anyone see the possible cause of this problem?
ArrayList<String> timesTableContent = new ArrayList<>();
for (int i = 1; i <= 10; i++) {
timesTableContent.add(Integer.toString(timesTable + " X " + i + " = " + i * timesTable));