I am trying to write a class that asks the user to input their address. Once the address is entered the program will find all the letters “a”, “e” and “o” after cycling them through for a loop. If any of these letters exist, it will take them, store them in an array list, and print them out.