c++ get letter from string code example Example: how to get a letter from the user c++ string string letters = "ABC"; char letterN = letters[0];