how to find the individual letters of a string c 2b 2b

Solutions on MaxInterview for how to find the individual letters of a string c 2b 2b by the best coders in the world

showing results for - "how to find the individual letters of a string c 2b 2b"
Maximilian
19 Feb 2019
1string letters = "ABC";
2char letterN = letters[0];