Problem
A. How to add variables to an array list and also how to change them
B. Append chars in a list of strings where the strings have pairs of characters. For example, if a list of strings looked like: apps, books, dog. You would change it to: aps, bok, dog. In other words, how to search for and get rid of the second repeated char if there is one.