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 ...
Don’t copy and paste the same code over and over again. Instead, create a PowerShell function and save yourself time.