It is possible to determine which character features at a position within a string: wordOne[2] would give the answer "m" as "m" is the third character in the word “Computer” - remember computers ...
To store text, use the string data type. Think of a word or sentence as just a list (string) of characters. Strings can store numbers as well as text. You would not use a string to store a number that ...