First you cannot covert a String to a char. The charAt() method takes a parameter that is the index of the character within the String and returns that
character so if it is out of range that...