Well using String.substring() I thought maybe would return a char if you only used one letter, and casting (char) to it did not work either. Is there a way I can convert it? Or is there some type of String.charAt(0) to get one letter in char format?