How do I convert a word into a character array?
Lets say i have the word \"Pneumonoultramicroscopicsilicovolcanoconiosis\" yes this is a word ! I would like to take
you can use simple for loop.
string word = "Pneumonoultramicroscopicsilicovolcanoconiosis"; int wordCount = word.Length; for(int wordIndex=0;wordIndex